[totem/bilelmoussaoui/ci-nightly] Gitlab CI: publish nightlies



commit b836b401adc9c131975f2d2660c3e28f84a87b4a
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Wed Sep 25 17:06:13 2019 +0000

    Gitlab 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 785b24c51..8d78760de 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
 
 build-fedora:
   image: fedora:latest
@@ -36,10 +36,13 @@ flatpak:master:
 
 review:
     extends: .review
-    stage: review
+    stage: deploy
     dependencies:
         - flatpak:master
 
 stop_review:
+    stage: deploy
     extends: .stop_review
-    stage: review
+
+nightly:
+  extends: '.publish_nightly'


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