File tree Expand file tree Collapse file tree 1 file changed +13
-17
lines changed
Expand file tree Collapse file tree 1 file changed +13
-17
lines changed Original file line number Diff line number Diff line change 3939 run : |
4040 cat lib/openzeppelin-contracts-upgradeable/package.json
4141
42- - name : Checkout and setup submodules
43- run : |
44- git submodule update --init --recursive
45- cd lib/openzeppelin-contracts-upgradeable
46- git fetch --all --tags --force
47- git checkout 2d081f24cac1a867f6f73d512f2022e1fa987854
48- cd ../..
49-
50- - name : Debug tags
51- run : |
52- cd lib/openzeppelin-contracts-upgradeable
53- git tag -l
54- cd ../..
55-
5642 - name : Debug submodule state
5743 run : |
5844 echo "1. Current directory structure:"
@@ -67,10 +53,20 @@ jobs:
6753 git log --oneline | head -n 5
6854 echo "\n6. Attempting fetch:"
6955 git fetch --unshallow || git fetch --all
70- echo "\n7. Try checkout:"
56+ cd ../..
57+
58+ - name : Checkout and setup submodules
59+ run : |
60+ git submodule update --init --recursive
61+ cd lib/openzeppelin-contracts-upgradeable
62+ git fetch --all --tags --force
7163 git checkout 2d081f24cac1a867f6f73d512f2022e1fa987854
72- echo "\n8. Final status:"
73- git status
64+ cd ../..
65+
66+ - name : Debug tags
67+ run : |
68+ cd lib/openzeppelin-contracts-upgradeable
69+ git tag -l
7470 cd ../..
7571
7672 - name : Debug OpenZeppelin version
You can’t perform that action at this time.
0 commit comments