[gnome-photos/alatiera-master-patch-23698] baz



commit 0dc7dd086ffc9a45708c0512aafb98e5aa018f4c
Author: Jordan Petridis <jpetridis gnome org>
Date:   Wed Feb 27 16:38:58 2019 +0000

    baz

 .gitlab-ci.yml | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8cd7110..ba04fe56 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,26 +1,24 @@
 include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
 
 flatpak:
-  image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
-  extends: .flatpak
+  extends: '.flatpak'
   variables:
-    MANIFEST_PATH: "flatpak/org.gnome.Photos.json"
-    RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
+    MANIFEST_PATH: 'flatpak/org.gnome.Photos.json'
+    RUNTIME_REPO: 'https://sdk.gnome.org/gnome-nightly.flatpakrepo'
     # Replace with your module name, as written in the manifest
-    FLATPAK_MODULE: "gnome-photos"
+    FLATPAK_MODULE: 'gnome-photos'
     # Make sure to keep this in sync with the Flatpak manifest, all arguments
     # are passed except the config-args because we build it ourselves
     CONFIGURE_ARGS: "-Ddogtail=false -Dinstalled_tests=true"
-    APP_ID: "org.gnome.Photos"
+    APP_ID: 'org.gnome.Photos'
   after-script:
     - mkdir -p "$CI_PROJECT_DIR/extract"
     - touch extract/foo.bar
   artifacts:
-      artifacts:
     when: 'always'
     paths:
       - 'extract/'
-    expire_in: 2 days
+    expire_in: '2 days'
 
 review:
   extends: '.review'


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