[Initiatives.wiki] Update DevOps with Flatpak



commit b535353538ade7b01a68c09d3d5600cd76918cd6
Author: Jordan Petridis <jpetridis gnome org>
Date:   Wed Feb 19 16:14:08 2020 +0000

    Update DevOps with Flatpak

 DevOps-with-Flatpak.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/DevOps-with-Flatpak.md b/DevOps-with-Flatpak.md
index 9825359..eaa16d5 100644
--- a/DevOps-with-Flatpak.md
+++ b/DevOps-with-Flatpak.md
@@ -49,8 +49,8 @@ The nightly builds can be published to GNOME [Nightly Flatpak Repository](https:
 ```yaml
 nightly:
   extends: '.publish_nightly'
-  dependencies:
-    - 'flatpak'
+  # assuming your job in named 'flatpak'
+  dependencies: ['flatpak']
 ```
 
 ### Saving build and test logs & cache builds
@@ -75,8 +75,8 @@ flatpak:
 
 nightly:
     extends: '.publish_nightly'
-    dependencies:
-        - 'flatpak'
+    # assuming your job in named 'flatpak'
+    dependencies: ['flatpak']
 ```
 
 # Parallel installation


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