Update .gitlab-ci.yml to stop forks trying to run the ci
authorChris Cormack <chris@bigballofwax.co.nz>
Wed, 22 May 2019 15:07:32 +0000 (15:07 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Wed, 22 May 2019 15:07:32 +0000 (15:07 +0000)
.gitlab-ci.yml

index 3a223f7..5e875ee 100644 (file)
@@ -1,5 +1,4 @@
 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 )'