summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-03-06 11:49:05 +0100
committerOndrej Holy <oholy@redhat.com>2020-03-26 10:00:23 +0100
commit87d8c5959e9293ab471194b137a14030ac02d765 (patch)
tree37617ca45b386d9a3ab1efa809dbcf8579e9a0c4
parent0532426f4cf1d9d527973653e6b4cea6586aec87 (diff)
downloadnautilus-87d8c5959e9293ab471194b137a14030ac02d765.tar.gz
ci: Use deploy stage for nightly job
The nighly job uses .post stage currently. Let's use the unused deploy stage instead to make the pipeline output nicer.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 242ee9a46..79cd290ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,7 @@ flatpak devel:
nightly:
extends: '.publish_nightly'
+ stage: deploy
dependencies:
- 'flatpak devel'