Skip to content

Commit cb26bc3

Browse files
try to fix: submodules checkout to fix conflicts
1 parent 525627e commit cb26bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
sed -i 's/--abort-on-container-exit/-d/' bin/first-build.sh
5050
TAB=$'\t'
5151
export FALLBACK_BRANCH=$([ "$GITHUB_BRANCH" == "master" ] && echo "main" && echo "master" || echo "develop")
52+
git submodule foreach --recursive bash -c 'git checkout .'
5253
git submodule foreach --recursive git reset --hard
5354
git submodule foreach --recursive git clean -fdx
5455
git submodule foreach --recursive bash -c '

0 commit comments

Comments
 (0)