mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +01:00
chore: Fix snapcraft CI
This commit is contained in:
parent
65698f1731
commit
3c04837798
@ -180,7 +180,7 @@ build_linux_arm64:
|
|||||||
|
|
||||||
snap_edge:
|
snap_edge:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: cibuilds/snapcraft:core18
|
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: cibuilds/snapcraft:core18
|
image: diddledan/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