Skip to content

Commit

Permalink
delete the build artifact tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 25, 2023
1 parent 02047bf commit 5f75058
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ jobs:
- name: Delete multidev
if: always()
run: terminus multidev:delete --delete-branch --yes wpcm-sage-install-tests.$multidev_name
- name: Delete all tags
- name: Delete the multidev build artifact
if: always()
run: |
cd ~/pantheon-local-copies/wpcm-sage-install-tests
git tag -d $(git tag -l)
git push origin --delete $(git tag -l)
git tag -d pantheon_build_artifacts-$multidev_name
git push origin --delete pantheon_build_artifacts-$multidev_name

0 comments on commit 5f75058

Please sign in to comment.