mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-18 19:02:34 +01:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
873a61e49f
commit
eeb545e24a
@ -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]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user