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



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

    Gitlab CI: publish nightlies

 .gitlab-ci.yml | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 785b24c51..5637ed421 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
@@ -19,14 +19,14 @@ variables:
     BUNDLE: "org.gnome.Totem.Devel.flatpak"
     GIT_SUBMODULE_STRATEGY: normal
 
-flatpak:master:
+flatpak:
     extends: .flatpak
     image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
     stage: test
     variables:
         # Replace with your manifest path
-        MANIFEST_PATH: "flatpak/org.gnome.Totem.Devel.json"
-        RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
+        MANIFEST_PATH: "flatpak/org.gnome.Totem.Devel.json"    
+        RUNTIME_REPO: 'https://nightly.gnome.org/gnome-nightly.flatpakrepo'
         # Replace with your application name, as written in the manifest
         FLATPAK_MODULE: "totem"
         # Make sure to keep this in sync with the Flatpak manifest, all arguments
@@ -36,10 +36,13 @@ flatpak:master:
 
 review:
     extends: .review
-    stage: review
+    stage: deploy
     dependencies:
-        - flatpak:master
+        - flatpak
 
 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]