We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316f1db commit 3d1acd8Copy full SHA for 3d1acd8
.github/workflows/ci-test.yaml
@@ -50,8 +50,6 @@ jobs:
50
sed -i '/git submodule/d' bin/first-build.sh
51
TAB=$'\t'
52
export FALLBACK_BRANCH=$([ "$GITHUB_BRANCH" == "master" ] && echo "main" && echo "master" || echo "develop")
53
- git submodule foreach --recursive git reset --hard
54
- git submodule foreach --recursive git clean -fdx
55
git submodule foreach bash -c '(git checkout "${GITHUB_BRANCH}" || git checkout main || git checkout develop || git checkout master || git checkout "${FALLBACK_BRANCH}") && git pull'
56
git submodule foreach git rev-parse --abbrev-ref HEAD
57
0 commit comments