File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 82
82
with :
83
83
name : ${{ matrix.parent_image_type }}-requirements.txt
84
84
path : requirements/${{ matrix.parent_image_type }}-requirements.txt
85
+ if-no-files-found : error
85
86
86
87
pi-build :
87
88
name : ' Parent Images: Docker Build'
@@ -109,7 +110,7 @@ jobs:
109
110
uses : actions/download-artifact@v4
110
111
with :
111
112
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
113
114
114
115
- name : GitHub Configuration
115
116
run : git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
@@ -121,6 +122,7 @@ jobs:
121
122
run : |
122
123
echo "ls -l: $(pwd)"
123
124
ls -l
125
+ cat ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
124
126
cd ..
125
127
echo "ls -l: $(pwd)"
126
128
ls -l
You can’t perform that action at this time.
0 commit comments