mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-08 04:59:29 +01:00
Merge branch 'KrilleFear-main-patch-14825' into 'main'
fix: Snapcraft image See merge request famedly/fluffychat!639
This commit is contained in:
commit
e237451217
@ -180,7 +180,7 @@ build_linux_arm64:
|
|||||||
|
|
||||||
snap_edge:
|
snap_edge:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: diddledan/snapcraft:core18
|
image: teresaejunior/snapcraft
|
||||||
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: diddledan/snapcraft:core18
|
image: teresaejunior/snapcraft
|
||||||
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