Skip to content

Commit

Permalink
ci: fix close-snap branch for Miriway
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Sep 11, 2023
1 parent 7d67a33 commit 4dd5338
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/close-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
run: |
snapcraft close mir-libs "22/edge/pr${{ github.event.number }}" || true
snapcraft close confined-shell "edge/mir-pr${{ github.event.number }}" || true
for snap in mir-test-tools miriway ubuntu-frame; do
for snap in confined-shell miriway; do
snapcraft close "$snap" "edge/mir-pr${{ github.event.number }}" || true
done
for snap in mir-test-tools ubuntu-frame; do
snapcraft close "$snap" "22/edge/mir-pr${{ github.event.number }}" || true
done

0 comments on commit 4dd5338

Please sign in to comment.