Merge branch 'feat/default_backend_dir' into 'master'

feat(Variables): default backend dir

See merge request gilden/ci/gitlab-ci-templates!36
This commit is contained in:
Marcel Feix 2021-11-25 14:42:14 +00:00
commit 287fc78e5b

View File

@ -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
##Set default directories for frontend and backend templates
FRONTEND_DIR: $CI_PROJECT_DIR
BACKEND_DIR: $CI_PROJECT_DIR