Skip to content

Commit 1f66c6d

Browse files
committed
fix(gha): debugging submodule
adsdnbas c
1 parent fd6528b commit 1f66c6d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/ci-default.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,22 @@ jobs:
4545
ls -la
4646
echo "\n2. Submodule status before:"
4747
git submodule status
48-
echo "\n3. Entering submodule:"
48+
echo "\n3. Initialize submodules:"
49+
git submodule update --init --recursive
50+
echo "\n4. Submodule status after init:"
51+
git submodule status
52+
echo "\n5. Entering submodule:"
4953
cd lib/openzeppelin-contracts-upgradeable
50-
echo "\n4. Remote information:"
54+
echo "\n6. Remote information:"
5155
git remote -v
52-
echo "\n5. Available commits:"
56+
echo "\n7. Available commits:"
5357
git log --oneline | head -n 5
54-
echo "\n6. Attempting fetch:"
58+
echo "\n8. Attempting fetch:"
5559
git fetch --unshallow || git fetch --all
5660
cd ../..
5761
5862
- name: Checkout and setup submodules
5963
run: |
60-
git submodule update --init --recursive
6164
cd lib/openzeppelin-contracts-upgradeable
6265
git fetch --all --tags --force
6366
git checkout 2d081f24cac1a867f6f73d512f2022e1fa987854

0 commit comments

Comments
 (0)