From e713deda8eeb9e4f7d669b43bf0e7d49dd04d8ac Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Fri, 15 May 2020 13:33:56 +0100 Subject: [PATCH] Run Coverity only in openconnect/openconnect repo It won't work in someone else's master branch if they've forked the repo. Signed-off-by: David Woodhouse --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73144abc..1dc8bbc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,8 +137,8 @@ CentOS6/OpenSSL: Fedora/Coverity: only: refs: - - master - - coverity + - master@openconnect/openconnect + - coverity@openconnect/openconnect script: - dnf update -y - dnf install -y git autoconf automake libtool python gettext make -- 2.49.0