Skip to content

Commit 3d1acd8

Browse files
clean up debugs
1 parent 316f1db commit 3d1acd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
sed -i '/git submodule/d' bin/first-build.sh
5151
TAB=$'\t'
5252
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
5553
git submodule foreach bash -c '(git checkout "${GITHUB_BRANCH}" || git checkout main || git checkout develop || git checkout master || git checkout "${FALLBACK_BRANCH}") && git pull'
5654
git submodule foreach git rev-parse --abbrev-ref HEAD
5755

0 commit comments

Comments
 (0)