File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,15 +105,15 @@ jobs:
105
105
repository : ' ${{ github.repository_owner }}/refinery-${{ matrix.parent_image_type }}-parent-image'
106
106
submodules : ' true'
107
107
108
- - name : Purge stale requirements
109
- run : rm ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
108
+ # - name: Purge stale requirements
109
+ # run: rm ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
110
110
111
111
# Download requirements from artifacts
112
112
- name : Download ${{ matrix.parent_image_type }}-requirements
113
113
uses : actions/download-artifact@v4
114
114
with :
115
115
name : ${{ matrix.parent_image_type }}-requirements.txt
116
- path : ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
116
+ path : ${{ github.workspace }}/submodules/parent-images/requirements
117
117
118
118
- name : GitHub Configuration
119
119
run : git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
You can’t perform that action at this time.
0 commit comments