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



commit 3e517e2298832d0c495c01f0908f8d1ca9043bdc
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Tue Sep 24 08:56:05 2019 +0000

    Gitlab CI: publish nightlies

 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1438a64e..7d666396 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,7 +85,7 @@ flatpak:
     FLATPAK_MODULE: geary
     MANIFEST_PATH: org.gnome.Geary.json
     MESON_ARGS: "-Dprofile=development"
-    RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
+    RUNTIME_REPO: 'https://nightly.gnome.org/gnome-nightly.flatpakrepo'
     TEST_RUN_ARGS: $TEST_ARGS
   extends: .flatpak
 
@@ -98,3 +98,6 @@ review:
 stop_review:
     stage: deploy
     extends: .stop_review
+
+nightly:
+  extends: '.publish_nightly'
\ No newline at end of file


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