Testing more condensed style
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user