mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
Merge branch 'krille/fix-snapcraft' into 'main'
chore: Fix snapcraft CI See merge request famedly/fluffychat!637
This commit is contained in:
commit
42fcfd9471
@ -180,7 +180,7 @@ build_linux_arm64:
|
||||
|
||||
snap_edge:
|
||||
stage: deploy
|
||||
image: cibuilds/snapcraft:core18
|
||||
image: diddledan/snapcraft:core18
|
||||
script: [./scripts/publish-snap-edge.sh]
|
||||
only:
|
||||
- main
|
||||
@ -229,7 +229,7 @@ update-dependencies:
|
||||
|
||||
snap_stable:
|
||||
extends: .release
|
||||
image: cibuilds/snapcraft:core18
|
||||
image: diddledan/snapcraft:core18
|
||||
script: [./scripts/publish-snap-stable.sh]
|
||||
needs: [build_linux_x86]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user