]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: run docker job only for our repos
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 17 Feb 2020 11:31:24 +0000 (12:31 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 17 Feb 2020 11:31:24 +0000 (12:31 +0100)
.gitlab-ci.yml

index a34446ae45021d53c4c604353341edfe5f2fd84d..e72d00c4e5cd99807c8429fe9df463df860f37df 100644 (file)
@@ -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