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