From 37c5aefc2f66f8add380c8c2a8816aad173831be Mon Sep 17 00:00:00 2001 From: lovetox Date: Sun, 24 Jul 2022 20:27:07 +0200 Subject: ci: Process stage for stage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Don’t allow flatpak to fail --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aae76d0fe..7c6c5becc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,7 +99,6 @@ build-and-deploy-windows: deploy-linux: stage: deploy - needs: ['build-linux'] rules: - if: '$GAJIM_NIGHTLY_BUILD' - if: '$CI_COMMIT_TAG' @@ -110,7 +109,6 @@ deploy-linux: # deploy-windows: # stage: deploy -# needs: ['build-windows'] # rules: # - if: '$GAJIM_NIGHTLY_BUILD' # - if: '$CI_COMMIT_TAG' @@ -123,8 +121,6 @@ deploy-linux: deploy-flatpak: image: git-deploy:latest stage: deploy - allow_failure: true - needs: [] rules: - if: '$CI_COMMIT_TAG' before_script: @@ -148,7 +144,6 @@ deploy-flatpak: publish-release: image: git-deploy:latest stage: publish - needs: ['deploy-linux', build-and-deploy-windows] rules: - if: '$CI_COMMIT_TAG' before_script: -- cgit v1.2.3