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