mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
0b65d3192b
commit
34a242ffd5
@ -173,6 +173,7 @@ snap:edge:
|
|||||||
variables:
|
variables:
|
||||||
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
||||||
only: [main]
|
only: [main]
|
||||||
|
before_script: [sudo apt install git]
|
||||||
script: [./scripts/publish-snap-edge.sh]
|
script: [./scripts/publish-snap-edge.sh]
|
||||||
needs: ["build_linux"]
|
needs: ["build_linux"]
|
||||||
dependencies: ["build_linux"]
|
dependencies: ["build_linux"]
|
||||||
@ -187,6 +188,7 @@ snap:publish:
|
|||||||
variables:
|
variables:
|
||||||
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
||||||
only: [tags]
|
only: [tags]
|
||||||
|
before_script: [sudo apt install git]
|
||||||
script: [./scripts/publish-snap-stable.sh]
|
script: [./scripts/publish-snap-stable.sh]
|
||||||
needs: ["build_linux"]
|
needs: ["build_linux"]
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user