[evince/wip/gpoo/Set-back-D-Bus-application-name-to-lowercase: 7/8] ci: Run flatpak CI only for master



commit 1bdcb4916592b4aa5fc75b9de6b9eb4ec917f4a8
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Wed Oct 3 23:31:53 2018 -0300

    ci: Run flatpak CI only for master
    
    The current flatpak scripts runs the job using the manifest,
    which retrieves and builds the source from git master. Therefore,
    it is unhelpful to build the MR.
    
    For the moment, we will build the flatpak module only for
    commits on master. Once we fix the script, we can extend the
    CI tests to run for MR as well.

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c0c97ea..366ea78a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,9 @@ gtk-doc:
 flatpak:
     image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
     stage: build
+    only:
+        refs:
+            - master
 
     before_script:
         - dnf install -y flatpak-builder flatpak


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