[gnome-2048] ci: publish to the nightly repo



commit 39b02eb697fd93620f553ab440102433abd522a2
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Aug 2 14:40:49 2020 +0000

    ci: publish to the nightly repo

 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8fee0e6..ae91bde 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.TwentyFortyEight"
     extends: .flatpak
+
+nightly:
+    extends: '.publish_nightly'
+    dependencies: ['flatpak']
+    needs: ['flatpak']


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