Update .gitlab-ci.yml
This commit is contained in:
parent
9c226863e4
commit
93dcbeee20
1 changed files with 2 additions and 1 deletions
|
|
@ -181,7 +181,8 @@ build_linux_arm64:
|
||||||
|
|
||||||
snap_edge:
|
snap_edge:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: cibuilds/snapcraft:core18
|
image: ubuntu:18.04
|
||||||
|
before_script: [apt update && apt install snapcraft -y]
|
||||||
script: [./scripts/publish-snap-edge.sh]
|
script: [./scripts/publish-snap-edge.sh]
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue