ci: Disable broken snap jobs

This commit is contained in:
Krille Fear 2021-01-17 15:04:00 +00:00
parent e1e60c4d71
commit 3174fb6bdd
1 changed files with 28 additions and 28 deletions

View File

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