From: Chris Cormack Date: Wed, 22 May 2019 15:06:30 +0000 (+0000) Subject: Update .gitlab-ci.yml to try to stop running on forks X-Git-Tag: 19.05.00~4 X-Git-Url: http://git.equinoxoli.org/?p=kohadocs.git;a=commitdiff_plain;h=9a1ccd0620e880e06e407e15a6af36fedfc917ce Update .gitlab-ci.yml to try to stop running on forks --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fa64d7..3a223f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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