File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ jobs:
3939 GITHUB_JOB_NAME : ${{ github.job }}
4040 run : |
4141 sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
42- sed -i 's/--abort-on-container-exit/-d/' bin/first-build.sh
4342 git submodule foreach --recursive bash -c 'git checkout .'
4443 git submodule sync
4544 git submodule update --init --recursive
4645 sed -i '/git submodule/d' bin/first-build.sh
46+ sed -i 's/--abort-on-container-exit/-d/' bin/first-build.sh
4747 TAB=$'\t'
4848 export FALLBACK_BRANCH=$([ "$GITHUB_BRANCH" == "master" ] && echo "main" && echo "master" || echo "develop")
4949 git submodule foreach bash -c '(git checkout "${GITHUB_BRANCH}" || git checkout main || git checkout develop || git checkout master || git checkout "${FALLBACK_BRANCH}") && git pull'
You can’t perform that action at this time.
0 commit comments