Merge pull request #682 from Pitasi/patch-1
Fix Drone config typo for GitLab
This commit is contained in:
commit
564ac8bd5d
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user