[Initiatives.wiki] Update DevOps with Flatpak



commit 9f64b93bf32367e78f91c1891d0286bbc47b108e
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Sep 29 12:53:30 2019 +0000

    Update DevOps with Flatpak

 DevOps-with-Flatpak.md | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/DevOps-with-Flatpak.md b/DevOps-with-Flatpak.md
index 9939372..2d6a667 100644
--- a/DevOps-with-Flatpak.md
+++ b/DevOps-with-Flatpak.md
@@ -64,6 +64,8 @@ The nightly builds can be published to GNOME [Nightly Flatpak Repository](https:
 ```yaml
 nightly:
   extends: '.publish_nightly'
+  dependencies:
+    - 'flatpak'
 ```
 
 ### Saving build and test logs & cache builds
@@ -100,6 +102,8 @@ stop_review:
 
 nightly:
     extends: '.publish_nightly'
+    dependencies:
+        - 'flatpak'
 ```
 
 # Parallel installation


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