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
commit 35f045079c
2 changed files with 10 additions and 1 deletions

View File

@ -15,6 +15,8 @@ services:
- ${GITLAB_URL}
- --registration-token
- ${GITLAB_TOKEN}
- --tag-list
- ${GITLAB_TAGS}
- --executor
- docker
- --description

View File

@ -22,9 +22,16 @@ 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
start_on_create: true
gitlab-runner:
start_on_create: true
start_on_create: true