Update .gitlab-ci.yml
authorChris Cormack <chris@bigballofwax.co.nz>
Wed, 22 May 2019 15:11:14 +0000 (15:11 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Wed, 22 May 2019 15:11:14 +0000 (15:11 +0000)
.gitlab-ci.yml

index 805f2de..1497496 100644 (file)
@@ -1,6 +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 )'