chore: Fix CI variables

This commit is contained in:
Christian Pauly 2020-11-21 13:21:55 +01:00
parent a87f5bbcb2
commit d3822b0bb0
1 changed files with 12 additions and 0 deletions

View File

@ -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]