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: command:
- register - register
- --non-interactive - --non-interactive
- --url - --url ${GITLAB_URL}
- ${GITLAB_URL} - --registration-token ${GITLAB_TOKEN}
- --registration-token - --executor "docker"
- ${GITLAB_TOKEN} - --docker-image alpine:latest
- --executor
- "docker"
- --docker-image
- alpine:latest
{{- if .Values.GITLAB_RUNNER_DESCRIPTION}} {{- if .Values.GITLAB_RUNNER_DESCRIPTION}}
- --description - --description ${GITLAB_RUNNER_DESCRIPTION}
- ${GITLAB_RUNNER_DESCRIPTION}
{{- end}} {{- end}}
{{- if .Values.GITLAB_TAGS}} {{- if .Values.GITLAB_TAGS}}
- --tag-list - --tag-list ${GITLAB_TAGS}
- ${GITLAB_TAGS}
{{- end}} {{- end}}
- --run-untagged - --run-untagged
- --locked=false - --locked=false