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



commit 99699e3e196bbb6fdfb3def30357cbaa37542fab
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Aug 2 14:40:04 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 7fc8050..32e59f6 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.Sudoku"
     extends: .flatpak
+
+nightly:
+    extends: '.publish_nightly'
+    dependencies: ['flatpak']
+    needs: ['flatpak']


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