Update .gitlab-ci.yml file

This commit is contained in:
Krille Fear 2021-12-25 10:01:18 +00:00
parent 187eab2eb6
commit 3fbd13686c

View file

@ -180,7 +180,7 @@ build_linux_arm64:
snap_edge:
stage: deploy
image: teresaejunior/snapcraft
image: teresaejunior/snapcraft:xenial
script: [./scripts/publish-snap-edge.sh]
only:
- main
@ -229,7 +229,7 @@ update-dependencies:
snap_stable:
extends: .release
image: teresaejunior/snapcraft
image: teresaejunior/snapcraft:xenial
script: [./scripts/publish-snap-stable.sh]
needs: [build_linux_x86]