From 2a0a42284782a47b4c76bc92af2126f28e0c9f4c Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 21 Nov 2020 14:56:20 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3f103f6..a1e0ecf8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ variables: stages: - coverage -- publish - release - deploy @@ -96,7 +95,7 @@ build_android_appbundle: - main upload_to_fdroid_repo: - stage: publish + stage: release before_script: ## ## Install ssh-agent if not already installed. @@ -149,7 +148,7 @@ build_linux: allow_failure: true snap:edge: - stage: publish + stage: release image: "cibuilds/snapcraft:core18" variables: SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} @@ -163,7 +162,7 @@ snap:edge: allow_failure: true snap:publish: - stage: publish + stage: release image: "cibuilds/snapcraft:core18" variables: SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}