mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-25 19:44:17 +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 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}"
|
- 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:
|
upload-android:
|
||||||
extends: .release
|
extends: .release
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user