Update .gitlab-ci.yml file

This commit is contained in:
Krille Fear 2021-12-26 18:31:44 +00:00
parent 873a61e49f
commit eeb545e24a

View File

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