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}
- --executor
- "docker"
- --builds_dir
- "/builds_test/"
- --docker-image
- docker:latest
- --docker-builds_dir
- "/builds_test/"
{{- if .Values.GITLAB_RUNNER_DESCRIPTION}}
- --description
- ${GITLAB_RUNNER_DESCRIPTION}