mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 18:22:49 +01:00
CI: Release snap from CI
This commit is contained in:
parent
e7ab6a1e09
commit
db742fad6c
@ -225,6 +225,12 @@ update-dependencies:
|
||||
- export RELEASE_VERSION=$(echo $CI_COMMIT_TAG | grep -oE "\d+\.\d+\.\d+")
|
||||
- export PACKAGE_REGISTRY_URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/fluffychat/${RELEASE_VERSION}"
|
||||
|
||||
snap_stable:
|
||||
extends: .release
|
||||
image: cibuilds/snapcraft:core18
|
||||
script: [./scripts/publish-snap-stable.sh]
|
||||
needs: [build_linux_x86]
|
||||
|
||||
upload-android:
|
||||
extends: .release
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user