[five-or-more] ci: push to the nightly repo



commit 4f8b5dbf6114d8da488a6dc8b8847fe20f89c0d2
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Aug 2 16:21:39 2020 +0000

    ci: push to the nightly repo

 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4ff7b4..cc230b8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,3 +11,8 @@ flatpak:
         RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
         APP_ID: " org.gnome.five-or-more"
     extends: .flatpak
+
+nightly:
+    extends: '.publish_nightly'
+    dependencies: ['flatpak']
+    needs: ['flatpak']


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