only others
authorStefan Metzmacher <metze@samba.org>
Mon, 25 Mar 2019 12:06:12 +0000 (13:06 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 29 Mar 2019 08:45:52 +0000 (09:45 +0100)
.gitlab-ci.yml

index fca1a4c25b16fa5fe42c4b192308e8f72041d635..9ee9688498c6476caa76ffbdf4fd4b25ea672024 100644 (file)
@@ -80,6 +80,9 @@ include:
     # autobuild name, which means we can define a default template that runs most autobuild jobs
     - echo "Running cmd script/autobuild.py $CI_JOB_NAME --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase"
     - script/autobuild.py $CI_JOB_NAME    --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
+  only:
+    variables:
+      - $CI_JOB_NAME == "others"
 
 others:
   extends: .shared_template