File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
run : |
118
118
echo "ls -l: $(pwd)"
119
119
ls -l
120
- cat ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
120
+ # cat ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
121
121
cd submodules
122
122
echo "ls -l: $(pwd)"
123
123
ls -l
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
- name : Compile Artifacts
129
129
run : |
130
- cd submodules/parent-images
130
+ cd ${{ github.workspace }}/ submodules/parent-images
131
131
git fetch origin && git checkout ${{ github.event.pull_request.head.ref }}
132
132
pip-compile submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.in
133
133
You can’t perform that action at this time.
0 commit comments