[gnome-screenshot/bilelmoussaoui/ci] CI: make the ci happy again



commit 74bfc98e17b6bc4b714eaad8fdc73baec4b7d864
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Mon Mar 9 20:19:02 2020 +0000

    CI: make the ci happy again
    
    I hope

 .gitlab-ci.yml | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf10119..0b3cd5b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,17 +5,12 @@ variables:
 
 flatpak:
   extends: '.flatpak'
+  image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
   variables:
     MANIFEST_PATH: 'org.gnome.Screenshot.json'
-    MESON_ARGS: ''
     FLATPAK_MODULE: 'gnome-screenshot'
-    RUNTIME_REPO: 'https://sdk.gnome.org/gnome-nightly.flatpakrepo'
+    RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
     APP_ID: 'org.gnome.Screenshot'
 
-review:
-  dependencies:
-    - 'flatpak'
-  extends: '.review'
-
-stop_review:
-  extends: '.stop_review'
+nightly:
+  extends: '.publish_nightly'


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