Fix Drone config typo for GitLab

This is preventing Drone to generate a valid OAuth url for logins.
This commit is contained in:
Antonio Pitasi 2017-11-27 22:17:11 +01:00 committed by GitHub
parent 685be4d53a
commit 4cce778b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ services:
{{- end}}
{{- if eq .Values.drone_driver "GitLab"}}
DRONE_GITLAB: true
DRONE_GITLAB_CLIENT: ${drone_driver_secret}
DRONE_GITLAB_CLIENT: ${drone_driver_client}
DRONE_GITLAB_SECRET: ${drone_driver_secret}
DRONE_GITLAB_URL: ${drone_driver_url}
{{- end}}