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
master
Artem Prosvetov 2019-11-27 14:45:16 +03:00 committed by Bo-Yi Wu
parent 41c59c2124
commit 7b16ff7550
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}