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