[gnome-build-meta/jjardon/ci: 2/2] .gitlab-ci.yml: Run job only for master



commit f416f4bf8ea98f48af004807e7d1fe90a7218df3
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Feb 22 15:30:00 2018 +0000

    .gitlab-ci.yml: Run job only for master
    
    We want to eventually have a pre-commit CI, but currently this would take too
    much time as we will have to build almost everything every time, as
    we are followinf master of everything

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c3447e9..e17a3a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,3 +36,5 @@ bst-build-gnome-core:
     when: always
     paths:
       - ${CI_PROJECT_DIR}/cache/buildstream/logs
+  only:
+    - master


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