Update .gitlab-ci.yml

This commit is contained in:
Krille Fear 2021-12-27 11:20:00 +00:00
parent a7ec4ff860
commit 4bb56c6261
1 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,8 @@ build_linux_arm64:
snap_edge:
stage: deploy
image: cibuilds/snapcraft:core18
image: ubuntu:18.04
before_script: [apt update && apt install snapcraft -y]
script: [./scripts/publish-snap-edge.sh]
only:
- main