[Initiatives.wiki] Update DevOps with Flatpak



commit 7eb2e59742a269665489e676cc2fc0d7d3c6b961
Author: Jordan Petridis <jpetridis gnome org>
Date:   Mon Dec 2 15:24:42 2019 +0000

    Update DevOps with Flatpak

 DevOps-with-Flatpak.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/DevOps-with-Flatpak.md b/DevOps-with-Flatpak.md
index 4544742..0a149ed 100644
--- a/DevOps-with-Flatpak.md
+++ b/DevOps-with-Flatpak.md
@@ -12,9 +12,6 @@ For that, use the following template and replace the variables with the appropri
 ```yaml
 include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
 
-variables:
-    BUNDLE: "nautilus-dev.flatpak"
-
 flatpak:
     image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
     variables:
@@ -23,6 +20,7 @@ flatpak:
         FLATPAK_MODULE: "nautilus"
         RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
         APP_ID: "org.gnome.NautilusDevel"
+        BUNDLE: "nautilus-dev.flatpak"
     extends: .flatpak
 ```
 


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