From b1503e22534b01fe1d95bab08a9c856777ecc6f1 Mon Sep 17 00:00:00 2001 From: Wolfram Gulde Date: Thu, 25 Nov 2021 15:40:20 +0100 Subject: [PATCH] feat(Variables): default backend dir --- STD-variablen-Template.gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/STD-variablen-Template.gitlab-ci.yml b/STD-variablen-Template.gitlab-ci.yml index ab9f605..bafa01b 100644 --- a/STD-variablen-Template.gitlab-ci.yml +++ b/STD-variablen-Template.gitlab-ci.yml @@ -43,5 +43,6 @@ variables: GRADLE_IMAGE: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-java-maven-base-image:java11-maven3.8.3_latest # Currently we use the Maven image and use the Gradle Wrapper. This is slower but saver at the moment - ##Some npm script use this. Its usefull for Monorepos - FRONTEND_DIR: $CI_PROJECT_DIR \ No newline at end of file + ##Set default directories for frontend and backend templates + FRONTEND_DIR: $CI_PROJECT_DIR + BACKEND_DIR: $CI_PROJECT_DIR