From 78aebe296788ab237ca7aa121610aa50536be53a Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 22 May 2019 15:07:32 +0000 Subject: [PATCH] Update .gitlab-ci.yml to stop forks trying to run the ci --- .gitlab-ci.yml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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 )' -- 1.7.2.5