[gnome-books/wip/hadess/export-nightly] ci: Publish nightlies



commit af50b9dfbeeb6dc697cec07c07a757452fbae767
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Sep 25 19:30:32 2019 +0200

    ci: Publish nightlies

 .gitlab-ci.yml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a356b7cb..344d7067 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_
 
 stages:
 - test
-- review
+- deploy
 
 variables:
     GIT_SUBMODULE_STRATEGY: normal
@@ -22,10 +22,13 @@ flatpak:master:
 
 review:
     extends: .review
-    stage: review
+    stage: deploy
     dependencies:
         - flatpak:master
 
 stop_review:
     extends: .stop_review
-    stage: review
+    stage: deploy
+
+nightly:
+    extends: '.publish_nightly'


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