From: Chris Cormack Date: Wed, 22 May 2019 15:07:32 +0000 (+0000) Subject: Update .gitlab-ci.yml to stop forks trying to run the ci X-Git-Tag: 19.05.00~3 X-Git-Url: http://git.equinoxoli.org/?p=kohadocs.git;a=commitdiff_plain;h=78aebe296788ab237ca7aa121610aa50536be53a Update .gitlab-ci.yml to stop forks trying to run the ci --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a223f7..5e875ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 )'