From 3174fb6bdd65591a8f1b8ca408562ad4840312e2 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 17 Jan 2021 15:04:00 +0000 Subject: [PATCH] ci: Disable broken snap jobs --- .gitlab-ci.yml | 56 +++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 440328a7..f4820007 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,35 +143,35 @@ build_linux: paths: - build/linux/release/bundle/ -snap:edge: - stage: release - image: "cibuilds/snapcraft:core18" - variables: - SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} - only: - - main - script: [./scripts/publish-snap-edge.sh] - artifacts: - paths: - - './*.snap' - when: on_success - allow_failure: true +#snap:edge: +# stage: release +# image: "cibuilds/snapcraft:core18" +# variables: +# SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} +# only: +# - main +# script: [./scripts/publish-snap-edge.sh] +# artifacts: +# paths: +# - './*.snap' +# when: on_success +# allow_failure: true -snap:publish: - stage: release - image: "cibuilds/snapcraft:core18" - variables: - SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} - only: - - tags - script: [./scripts/publish-snap-stable.sh] - artifacts: - paths: - - './*.snap' - when: on_success - expire_in: 1 week - needs: [] - allow_failure: true +#snap:publish: +# stage: release +# image: "cibuilds/snapcraft:core18" +# variables: +# SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} +# only: +# - tags +# script: [./scripts/publish-snap-stable.sh] +# artifacts: +# paths: +# - './*.snap' +# when: on_success +# expire_in: 1 week +# needs: [] +# allow_failure: true update-dependencies: stage: coverage