Update .gitlab-ci.yml
This commit is contained in:
parent
369983dd1b
commit
2a0a422847
1 changed files with 3 additions and 4 deletions
|
|
@ -12,7 +12,6 @@ variables:
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- coverage
|
- coverage
|
||||||
- publish
|
|
||||||
- release
|
- release
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
|
@ -96,7 +95,7 @@ build_android_appbundle:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
upload_to_fdroid_repo:
|
upload_to_fdroid_repo:
|
||||||
stage: publish
|
stage: release
|
||||||
before_script:
|
before_script:
|
||||||
##
|
##
|
||||||
## Install ssh-agent if not already installed.
|
## Install ssh-agent if not already installed.
|
||||||
|
|
@ -149,7 +148,7 @@ build_linux:
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
snap:edge:
|
snap:edge:
|
||||||
stage: publish
|
stage: release
|
||||||
image: "cibuilds/snapcraft:core18"
|
image: "cibuilds/snapcraft:core18"
|
||||||
variables:
|
variables:
|
||||||
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
||||||
|
|
@ -163,7 +162,7 @@ snap:edge:
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
snap:publish:
|
snap:publish:
|
||||||
stage: publish
|
stage: release
|
||||||
image: "cibuilds/snapcraft:core18"
|
image: "cibuilds/snapcraft:core18"
|
||||||
variables:
|
variables:
|
||||||
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue