[gnome-clocks] CI: use the correct template



commit d854384f562d17b90a4a35a2ae9b1903f383ecbe
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sun Feb 23 19:27:58 2020 +0000

    CI: use the correct template

 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e100423..122a8d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 include:
   - project: 'gnome/citemplates'
-    file: 'flatpak/flatpak-ci-initiative-sdk-extensions.yml'
+    file: 'flatpak/flatpak_ci_initiative.yml'
 
 flatpak:
     image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
@@ -11,10 +11,10 @@ flatpak:
         FLATPAK_MODULE: "gnome-clocks"
         RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
         APP_ID: "org.gnome.clocksDevel"
-    extends: .flatpak
+    extends: ".flatpak"
 
 lint:
-  image: valalang/lint:latest
-  stage: .pre
+  image: "valalang/lint:latest"
+  stage: ".pre"
   script:
     - io.elementary.vala-lint src


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