From 6b97fc6b0f7a427511aaa446e307f4eafac94135 Mon Sep 17 00:00:00 2001 From: Tomas Krizek <tomas.krizek@nic.cz> Date: Mon, 17 Feb 2020 12:31:24 +0100 Subject: [PATCH] ci: run docker job only for our repos --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a34446ae4..e72d00c4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -186,6 +186,9 @@ doc: docker: <<: *test_nodep + only: # trigger only for repos in our control (requires dind runner) + - branches@knot/knot-resolver + - branches@knot/security/knot-resolver image: docker:latest tags: - dind -- GitLab