ci: Disable broken snap jobs

This commit is contained in:
Krille Fear 2021-01-17 15:04:00 +00:00
parent e1e60c4d71
commit 3174fb6bdd

View File

@ -143,35 +143,35 @@ build_linux:
paths: paths:
- build/linux/release/bundle/ - build/linux/release/bundle/
snap:edge: #snap:edge:
stage: release # stage: release
image: "cibuilds/snapcraft:core18" # image: "cibuilds/snapcraft:core18"
variables: # variables:
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} # SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
only: # only:
- main # - main
script: [./scripts/publish-snap-edge.sh] # script: [./scripts/publish-snap-edge.sh]
artifacts: # artifacts:
paths: # paths:
- './*.snap' # - './*.snap'
when: on_success # when: on_success
allow_failure: true # allow_failure: true
snap:publish: #snap:publish:
stage: release # stage: release
image: "cibuilds/snapcraft:core18" # image: "cibuilds/snapcraft:core18"
variables: # variables:
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} # SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
only: # only:
- tags # - tags
script: [./scripts/publish-snap-stable.sh] # script: [./scripts/publish-snap-stable.sh]
artifacts: # artifacts:
paths: # paths:
- './*.snap' # - './*.snap'
when: on_success # when: on_success
expire_in: 1 week # expire_in: 1 week
needs: [] # needs: []
allow_failure: true # allow_failure: true
update-dependencies: update-dependencies:
stage: coverage stage: coverage