Skip to content

Commit

Permalink
allow the build artifact tag deletion to fail
Browse files Browse the repository at this point in the history
if it doesn't exist, that's okay
  • Loading branch information
jazzsequence committed Sep 25, 2023
1 parent e504cf6 commit 5e3fd26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,5 @@ jobs:
cd ~/pantheon-local-copies/wpcm-sage-install-tests
git fetch --tags origin
git tag -d pantheon_build_artifacts_$multidev_name
git push origin --delete pantheon_build_artifacts_$multidev_name
# Allow this to fail.
git push origin --delete pantheon_build_artifacts_$multidev_name || true

0 comments on commit 5e3fd26

Please sign in to comment.