Merge pull request #551 from Notifium/master

Added gitlab-runner tags parameter
This commit is contained in:
Raúl Sánchez
2017-07-13 17:17:48 +02:00
committed by GitHub
2 changed files with 10 additions and 1 deletions
@@ -15,6 +15,8 @@ services:
- ${GITLAB_URL}
- --registration-token
- ${GITLAB_TOKEN}
- --tag-list
- ${GITLAB_TAGS}
- --executor
- docker
- --description
@@ -22,6 +22,13 @@ catalog:
default: "xxxxxxxxxxxxxxxxxxxx"
required: true
- variable: "GITLAB_TAGS"
label: "Gitlab Tags"
description: "Tags to apply"
type: "string"
default: "dev"
required: false
services:
gitlab-runner-config:
scale: 1