diff --git a/templates/services/droneci-compose.yml.j2 b/templates/services/droneci-compose.yml.j2 index d398422..719fa6a 100644 --- a/templates/services/droneci-compose.yml.j2 +++ b/templates/services/droneci-compose.yml.j2 @@ -41,8 +41,8 @@ services: - DRONE_GITEA_SERVER={{ droneci_gitea_server }} - DRONE_GITEA_SKIP_VERIFY={{ droneci_gitea_skip_verify | lower }} {% if droneci_gitea_oauth_client_id is defined and droneci_gitea_oauth_client_secret is defined %} - DRONE_GITEA_CLIENT_ID={{ droneci_gitea_oauth_client_id }} - DRONE_GITEA_CLIENT_SECRET={{ droneci_gitea_oauth_client_secret }} + - DRONE_GITEA_CLIENT_ID={{ droneci_gitea_oauth_client_id }} + - DRONE_GITEA_CLIENT_SECRET={{ droneci_gitea_oauth_client_secret }} {% endif %} {% endif %} {% if droneci_http_proxy is defined %}