Skip to content

Commit 796c0fb

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pi_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ 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
110+
108111
# Download requirements from artifacts
109112
- name: Download ${{ matrix.parent_image_type }}-requirements
110113
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)