From 41c59c21249175897e31ded6b889f0f887dcd66f Mon Sep 17 00:00:00 2001 From: Med Date: Mon, 30 Sep 2019 01:06:59 +0200 Subject: [PATCH] use drone_gitlab_server variable in drone-server.env.j2 (#1) --- templates/drone-server.env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/drone-server.env.j2 b/templates/drone-server.env.j2 index caa8d26..c291dd1 100644 --- a/templates/drone-server.env.j2 +++ b/templates/drone-server.env.j2 @@ -50,7 +50,7 @@ DRONE_GITHUB_CLIENT_SECRET={{ drone_github_client_secret }} DRONE_GITHUB_DEBUG={{ drone_github_debug }} {% endif %} {% if drone_gitlab_client_id != "" and drone_gitlab_client_secret != "" %} -DRONE_GITLAB_SERVER=https://gitlab.com +DRONE_GITLAB_SERVER={{ drone_gitlab_server }} DRONE_GITLAB_CLIENT_ID={{ drone_gitlab_client_id }} DRONE_GITLAB_CLIENT_SECRET={{ drone_gitlab_client_secret }} DRONE_GITLAB_DEBUG={{ drone_github_debug }}