mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
ci: Disable broken snap jobs
This commit is contained in:
parent
e1e60c4d71
commit
3174fb6bdd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user