Skip to content

Commit fdcdece

Browse files
committed
fix: purge downloadable artifact
1 parent 796c0fb commit fdcdece

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pi_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ jobs:
105105
repository: '${{ github.repository_owner }}/refinery-${{ matrix.parent_image_type }}-parent-image'
106106
submodules: 'true'
107107

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
110110

111111
# Download requirements from artifacts
112112
- name: Download ${{ matrix.parent_image_type }}-requirements
113113
uses: actions/download-artifact@v4
114114
with:
115115
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
117117

118118
- name: GitHub Configuration
119119
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com

0 commit comments

Comments
 (0)