[polari] ci: Publish nightly flatpak



commit e4fc73c7bc903f60a2cf1e9060e1031e4b659724
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Sep 18 23:22:05 2019 +0200

    ci: Publish nightly flatpak
    
    Instead of maintaining different infrastructure for CI bundles and
    nightly builds, we'll produce both from our CI infrastructure from
    now on.
    
    https://gitlab.gnome.org/GNOME/polari/merge_requests/135

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 876eafb..47ea978 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,7 @@ stages:
  - source_check
  - build
  - review
+ - deploy
 
 variables:
     BUNDLE: "polari-git.flatpak"
@@ -71,6 +72,11 @@ stop_review:
     extends: .stop_review
     <<: *only_default
 
+nightly:
+  extends: '.publish_nightly'
+  variables:
+    BUNDLES: '$BUNDLE'
+
 fedora:
   image: fedora:latest
   stage: build


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