mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
07d4842b28
commit
97d5b0943e
@ -182,20 +182,20 @@ build_linux_arm64:
|
|||||||
paths:
|
paths:
|
||||||
- build/linux/arm64/release/bundle/
|
- build/linux/arm64/release/bundle/
|
||||||
|
|
||||||
#snap:edge:
|
snap:edge:
|
||||||
# stage: release
|
stage: release
|
||||||
# image: "snapcore/snapcraft"
|
image: "diddledan/snapcraft"
|
||||||
# variables:
|
variables:
|
||||||
# SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
||||||
# only: [main]
|
only: [main]
|
||||||
# before_script: [sudo apt install git -y]
|
#before_script: [sudo apt install git -y]
|
||||||
# script: [./scripts/publish-snap-edge.sh]
|
script: [./scripts/publish-snap-edge.sh]
|
||||||
# needs: ["build_linux_x86"]
|
needs: ["build_linux_x86"]
|
||||||
# dependencies: ["build_linux_x86"]
|
dependencies: ["build_linux_x86"]
|
||||||
# artifacts:
|
artifacts:
|
||||||
# paths:
|
paths:
|
||||||
# - "./*.snap"
|
- "./*.snap"
|
||||||
# when: on_success
|
when: on_success
|
||||||
|
|
||||||
#snap:publish:
|
#snap:publish:
|
||||||
# stage: release
|
# stage: release
|
||||||
|
Loading…
Reference in New Issue
Block a user