Skip to content

Commit fd6528b

Browse files
committed
fix(gha): steps sequence for debugging
fasdnfjknsd
1 parent f517ad7 commit fd6528b

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

.github/workflows/ci-default.yml

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,6 @@ jobs:
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

0 commit comments

Comments
 (0)