From 35bd8169f2ea711d448e06772f7945f01192ddae Mon Sep 17 00:00:00 2001 From: Mathias Goebel <goebel@sub.uni-goettingen.de> Date: Fri, 23 Jul 2021 18:28:03 +0000 Subject: [PATCH] ci: fix slash-ending var --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebaa44b..28e055e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ variables: DEVELOP: 'https://ahikar-dev.sub.uni-goettingen.de' API_DEV: 'https://ahikar-dev.sub.uni-goettingen.de/api' API_MAIN: "${MAIN}/api" - BASE_BACKEND: '/website' + BASE_BACKEND: '/website/' stages: -- GitLab