[nautilus/wip/oholy/ci: 28/29] ci: Use deploy stage for nightly job



commit 87d8c5959e9293ab471194b137a14030ac02d765
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Mar 6 11:49:05 2020 +0100

    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.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
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'
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]