Fixed typo

This commit is contained in:
William Miceli
2019-05-03 22:44:20 -04:00
parent 24461adaa6
commit 991b0efa95

View File

@@ -12,10 +12,10 @@ services:
- ${GITLAB_TOKEN} - ${GITLAB_TOKEN}
- --executor - --executor
- "docker" - "docker"
- --builds_dir
- "/builds_test/"
- --docker-image - --docker-image
- docker:latest - docker:latest
- --docker-builds_dir
- "/builds_test/"
{{- if .Values.GITLAB_RUNNER_DESCRIPTION}} {{- if .Values.GITLAB_RUNNER_DESCRIPTION}}
- --description - --description
- ${GITLAB_RUNNER_DESCRIPTION} - ${GITLAB_RUNNER_DESCRIPTION}