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
c4f3829a18
commit
94231dab30
@ -12,7 +12,6 @@ variables:
|
||||
|
||||
stages:
|
||||
- coverage
|
||||
- publish
|
||||
- release
|
||||
- deploy
|
||||
|
||||
@ -96,7 +95,7 @@ build_android_appbundle:
|
||||
- main
|
||||
|
||||
upload_to_fdroid_repo:
|
||||
stage: publish
|
||||
stage: release
|
||||
before_script:
|
||||
##
|
||||
## Install ssh-agent if not already installed.
|
||||
@ -149,7 +148,7 @@ build_linux:
|
||||
allow_failure: true
|
||||
|
||||
snap:edge:
|
||||
stage: publish
|
||||
stage: release
|
||||
image: "cibuilds/snapcraft:core18"
|
||||
variables:
|
||||
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
||||
@ -163,7 +162,7 @@ snap:edge:
|
||||
allow_failure: true
|
||||
|
||||
snap:publish:
|
||||
stage: publish
|
||||
stage: release
|
||||
image: "cibuilds/snapcraft:core18"
|
||||
variables:
|
||||
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
||||
|
Loading…
Reference in New Issue
Block a user