Skip to content

Commit

Permalink
Fix remove artifacts command in cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Nov 15, 2024
1 parent c724bdb commit a311def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: pipenv run sceptre --debug --var namespace=${{ github.event.ref }} delete develop/namespaced --yes

- name: Remove artifacts
run: |
run: >
pipenv run python src/scripts/manage_artifacts/artifacts.py
--remove
--namespace ${{ github.event.ref }}
Expand Down

0 comments on commit a311def

Please sign in to comment.