Use drone_gitea_debug variable in DRONE_GITEA_DEBUG (#2)
For DRONE_GITEA_DEBUG in the template we need to use drone_gitea_debug instead of drone_github_debug
This commit is contained in:
parent
41c59c2124
commit
7b16ff7550
|
@ -60,7 +60,7 @@ DRONE_GITEA_SERVER={{ drone_gitea_server }}
|
|||
DRONE_GITEA_CLIENT_ID={{ drone_gitea_client_id }}
|
||||
DRONE_GITEA_CLIENT_SECRET={{ drone_gitea_client_secret }}
|
||||
DRONE_GITEA_SKIP_VERIFY={{ drone_gitea_skip_verify }}
|
||||
DRONE_GITEA_DEBUG={{ drone_github_debug }}
|
||||
DRONE_GITEA_DEBUG={{ drone_gitea_debug }}
|
||||
{% endif %}
|
||||
{% if drone_bitbucket_client_id != "" and drone_bitbucket_client_secret != "" %}
|
||||
DRONE_BITBUCKET_CLIENT_ID={{ drone_bitbucket_client_id }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user