Update .gitlab-ci.yml to try to stop running on forks
authorChris Cormack <chris@bigballofwax.co.nz>
Wed, 22 May 2019 15:06:30 +0000 (15:06 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Wed, 22 May 2019 15:06:30 +0000 (15:06 +0000)
.gitlab-ci.yml

index 4fa64d7..3a223f7 100644 (file)
@@ -1,4 +1,5 @@
 before_script:
+  only: - master@koha-community/koha-manual
   # Install ssh-agent if not already installed, it is required by Docker.
   # (change apt-get to yum if you use a CentOS-based image)
   - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
@@ -34,6 +35,7 @@ image: debian:unstable
 #  - master
 
 production:
+    only: - master@koha-community/koha-manual
     cache:
        paths:
         - build/en/html