Testing more condensed style

This commit is contained in:
WilliamMiceli
2019-03-15 09:39:53 -04:00
parent 88846d2e76
commit 2ece97ced3

View File

@@ -6,21 +6,15 @@ services:
command:
- register
- --non-interactive
- --url
- ${GITLAB_URL}
- --registration-token
- ${GITLAB_TOKEN}
- --executor
- "docker"
- --docker-image
- alpine:latest
- --url ${GITLAB_URL}
- --registration-token ${GITLAB_TOKEN}
- --executor "docker"
- --docker-image alpine:latest
{{- if .Values.GITLAB_RUNNER_DESCRIPTION}}
- --description
- ${GITLAB_RUNNER_DESCRIPTION}
- --description ${GITLAB_RUNNER_DESCRIPTION}
{{- end}}
{{- if .Values.GITLAB_TAGS}}
- --tag-list
- ${GITLAB_TAGS}
- --tag-list ${GITLAB_TAGS}
{{- end}}
- --run-untagged
- --locked=false