File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments