Skip to content

Commit b62abde

Browse files
committed
test: checkout submodules
1 parent 9d4e5f0 commit b62abde

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/workflows/pi_build.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,18 @@ jobs:
113113
- name: Install dependencies
114114
run: python -m pip install pip-tools
115115

116+
- name: Update submodules
117+
run: |
118+
echo "ls -l: $(pwd)"
119+
ls -l
120+
cat ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
121+
cd submodules
122+
echo "ls -l: $(pwd)"
123+
ls -l
124+
cd parent-images
125+
echo "ls -l: $(pwd)"
126+
ls -l
127+
116128
- name: Compile Artifacts
117129
run: |
118130
cd submodules/parent-images
@@ -132,15 +144,6 @@ jobs:
132144
# - name: Clone cicd-deployment-scripts
133145
# run: git clone --branch parent-images https://github.com/code-kern-ai/cicd-deployment-scripts.git
134146

135-
- name: Update submodules
136-
run: |
137-
echo "ls -l: $(pwd)"
138-
ls -l
139-
cat ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
140-
cd ..
141-
echo "ls -l: $(pwd)"
142-
ls -l
143-
144147
- name: Set up Docker Buildx
145148
uses: docker/setup-buildx-action@v3
146149
with:

0 commit comments

Comments
 (0)