Update .gitlab-ci.yml file
This commit is contained in:
parent
3fbd13686c
commit
7338f4b825
1 changed files with 2 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ build_linux_arm64:
|
|||
|
||||
snap_edge:
|
||||
stage: deploy
|
||||
image: teresaejunior/snapcraft:xenial
|
||||
image: diddledan/snapcraft:core18
|
||||
script: [./scripts/publish-snap-edge.sh]
|
||||
only:
|
||||
- main
|
||||
|
|
@ -229,7 +229,7 @@ update-dependencies:
|
|||
|
||||
snap_stable:
|
||||
extends: .release
|
||||
image: teresaejunior/snapcraft:xenial
|
||||
image: diddledan/snapcraft:core18
|
||||
script: [./scripts/publish-snap-stable.sh]
|
||||
needs: [build_linux_x86]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue