From d4380ab6a4e580c31dd761239900c0e6a888c730 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 19 May 2019 02:04:31 +0200 Subject: [PATCH] fix missing minus --- templates/services/droneci-compose.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}