Skip to content

Commit 5362d09

Browse files
committed
test: update submodules
1 parent 7b70c97 commit 5362d09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pi_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
with:
8383
name: ${{ matrix.parent_image_type }}-requirements.txt
8484
path: requirements/${{ matrix.parent_image_type }}-requirements.txt
85+
if-no-files-found: error
8586

8687
pi-build:
8788
name: 'Parent Images: Docker Build'
@@ -109,7 +110,7 @@ jobs:
109110
uses: actions/download-artifact@v4
110111
with:
111112
name: ${{ matrix.parent_image_type }}-requirements.txt
112-
path: ${{ github.workspace }}/submodules/requirements/${{ matrix.parent_image_type }}-requirements.txt
113+
path: ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
113114

114115
- name: GitHub Configuration
115116
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
@@ -121,6 +122,7 @@ jobs:
121122
run: |
122123
echo "ls -l: $(pwd)"
123124
ls -l
125+
cat ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
124126
cd ..
125127
echo "ls -l: $(pwd)"
126128
ls -l

0 commit comments

Comments
 (0)