Skip to content

Commit a35b15d

Browse files
clean up debugs
1 parent 647b3c8 commit a35b15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)