Skip to content

Commit

Permalink
Checkbox24 promotion (infra) (#1317)
Browse files Browse the repository at this point in the history
Promote also 24
  • Loading branch information
Hook25 authored Jun 28, 2024
1 parent be95089 commit 57e1715
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checkbox-beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
yes | snapcraft promote checkbox18 --from-channel latest/edge --to-channel latest/beta
yes | snapcraft promote checkbox20 --from-channel latest/edge --to-channel latest/beta
yes | snapcraft promote checkbox22 --from-channel latest/edge --to-channel latest/beta
yes | snapcraft promote checkbox24 --from-channel latest/edge --to-channel latest/beta
checkbox_snap:
needs: should-run
Expand All @@ -120,8 +121,10 @@ jobs:
yes | snapcraft promote checkbox --from-channel uc18/edge --to-channel uc18/beta
yes | snapcraft promote checkbox --from-channel uc20/edge --to-channel uc20/beta
yes | snapcraft promote checkbox --from-channel uc22/edge --to-channel uc22/beta
yes | snapcraft promote checkbox --from-channel uc24/edge --to-channel uc24/beta
yes | snapcraft promote checkbox --from-channel 16.04/edge --to-channel 16.04/beta
yes | snapcraft promote checkbox --from-channel 18.04/edge --to-channel 18.04/beta
yes | snapcraft promote checkbox --from-channel 20.04/edge --to-channel 20.04/beta
yes | snapcraft promote checkbox --from-channel 22.04/edge --to-channel 22.04/beta
yes | snapcraft promote checkbox --from-channel 24.04/edge --to-channel 24.04/beta
yes | snapcraft promote checkbox --from-channel 22.04/edge --to-channel latest/beta
4 changes: 4 additions & 0 deletions .github/workflows/checkbox-stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
snapcraft promote checkbox20 --from-channel latest/beta --to-channel latest/stable --yes
snapcraft promote checkbox22 --from-channel latest/beta --to-channel latest/candidate --yes
snapcraft promote checkbox22 --from-channel latest/beta --to-channel latest/stable --yes
snapcraft promote checkbox24 --from-channel latest/beta --to-channel latest/candidate --yes
snapcraft promote checkbox24 --from-channel latest/beta --to-channel latest/stable --yes
checkbox_snap:
name: Checkbox snap packages
Expand Down Expand Up @@ -122,5 +124,7 @@ jobs:
snapcraft promote checkbox --from-channel 20.04/beta --to-channel 20.04/stable --yes
snapcraft promote checkbox --from-channel 22.04/beta --to-channel 22.04/candidate --yes
snapcraft promote checkbox --from-channel 22.04/beta --to-channel 22.04/stable --yes
snapcraft promote checkbox --from-channel 24.04/beta --to-channel 24.04/candidate --yes
snapcraft promote checkbox --from-channel 24.04/beta --to-channel 24.04/stable --yes
snapcraft promote checkbox --from-channel 22.04/beta --to-channel latest/candidate --yes
snapcraft promote checkbox --from-channel 22.04/beta --to-channel latest/stable --yes

0 comments on commit 57e1715

Please sign in to comment.