mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 15:02:33 +01:00
CI: Add snap deploy job
This commit is contained in:
parent
03dfd87a65
commit
4d3284d1f5
@ -179,6 +179,17 @@ build_linux_arm64:
|
|||||||
paths:
|
paths:
|
||||||
- build/linux/arm64/release/bundle/
|
- 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:
|
update-dependencies:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
needs: []
|
needs: []
|
||||||
|
Loading…
Reference in New Issue
Block a user