[gnome-games/wip/exalm/stabilize: 5/5] ci: Use stable runtime



commit 957f76c359911c8acf2bc74f23a027b147634ec5
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Tue Sep 10 16:58:56 2019 +0500

    ci: Use stable runtime

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d42a183a..9e1e5b6b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ variables:
   BUNDLE: "gnome-games-git.flatpak"
 
 flatpak:tests:
-  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.34
   stage: test
   variables:
     MANIFEST_PATH: "flatpak/org.gnome.Games.UnitTests.yml"
@@ -20,11 +20,11 @@ flatpak:tests:
       - .flatpak-builder/git
 
 flatpak:app:
-  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.34
   stage: build
   variables:
     MANIFEST_PATH: "flatpak/org.gnome.Games.json"
-    RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
+    RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo";
     FLATPAK_MODULE: "gnome-games"
   script:
     - flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}


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