mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 18:22:49 +01:00
chore: Fix CI variables
This commit is contained in:
parent
a87f5bbcb2
commit
d3822b0bb0
@ -67,6 +67,10 @@ build_android_debug:
|
||||
build_android_apk:
|
||||
stage: coverage
|
||||
script: [./scripts/build-android-apk.sh]
|
||||
variables:
|
||||
FDROID_KEY: ${FDROID_KEY}
|
||||
FDROID_KEY_PASS: ${FDROID_KEY_PASS}
|
||||
GOOGLE_SERVICES: ${GOOGLE_SERVICES}
|
||||
artifacts:
|
||||
when: on_success
|
||||
paths:
|
||||
@ -78,6 +82,10 @@ build_android_apk:
|
||||
build_android_appbundle:
|
||||
stage: coverage
|
||||
script: [./scripts/build-android-appbundle.sh]
|
||||
variables:
|
||||
FDROID_KEY: ${FDROID_KEY}
|
||||
FDROID_KEY_PASS: ${FDROID_KEY_PASS}
|
||||
GOOGLE_SERVICES: ${GOOGLE_SERVICES}
|
||||
artifacts:
|
||||
when: on_success
|
||||
paths:
|
||||
@ -141,6 +149,8 @@ build_linux:
|
||||
snap:edge:
|
||||
stage: publish
|
||||
image: "cibuilds/snapcraft:core18"
|
||||
variables:
|
||||
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
||||
only:
|
||||
- main
|
||||
script: [./scripts/publish-snap-edge.sh]
|
||||
@ -153,6 +163,8 @@ snap:edge:
|
||||
snap:publish:
|
||||
stage: publish
|
||||
image: "cibuilds/snapcraft:core18"
|
||||
variables:
|
||||
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
||||
only:
|
||||
- tags
|
||||
script: [./scripts/publish-snap-stable.sh]
|
||||
|
Loading…
Reference in New Issue
Block a user