ci: Make nightly publish job run
Jobs starting with a dot arn't executed
This commit is contained in:
parent
ec1254259f
commit
80adbfd0e9
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ stages:
|
|||
- check
|
||||
- test
|
||||
- doc
|
||||
- deploy
|
||||
|
||||
flatpak:
|
||||
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:master'
|
||||
|
@ -85,7 +86,7 @@ pages:
|
|||
|
||||
|
||||
|
||||
.publish_nightly:
|
||||
publish_nightly:
|
||||
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/flat-manager-client'
|
||||
stage: 'deploy'
|
||||
timeout: '100m'
|
||||
|
|
Loading…
Reference in a new issue