CI: Add snap deploy job
This commit is contained in:
parent
34eb3c0eb2
commit
bdcd5e4f9c
1 changed files with 11 additions and 0 deletions
|
|
@ -179,6 +179,17 @@ build_linux_arm64:
|
|||
paths:
|
||||
- build/linux/arm64/release/bundle/
|
||||
|
||||
deploy_linux_snap_edge:
|
||||
image: cibuilds/snapcraft:core18
|
||||
stage: deploy
|
||||
script: [./scripts/publish-snap-edge.sh]
|
||||
only:
|
||||
- main
|
||||
artifacts:
|
||||
when: on_success
|
||||
paths:
|
||||
- ./*.snap
|
||||
|
||||
update-dependencies:
|
||||
stage: coverage
|
||||
needs: []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue