Skip to content
Snippets Groups Projects
Commit 2649e34a authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

adds runner tag support

parent 6f3cda84
No related branches found
No related tags found
No related merge requests found
spec:
inputs:
extract-script-job-tags:
description: tags to filter applicable runners for extract-script build job
type: array
default: []
variables:
# base image used to extract the shell script part from TBC templates
TBC_EXTRACT_IMAGE: registry.hub.docker.com/library/alpine
......@@ -19,3 +26,4 @@ extract-script:
rules:
# enabled if $GITLAB_CI_FILES is set
- if: $GITLAB_CI_FILES
tags: $[[ inputs.extract-script-job-tags ]]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment