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:
commit
287fc78e5b
@ -43,5 +43,6 @@ variables:
|
|||||||
GRADLE_IMAGE: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-java-maven-base-image:java11-maven3.8.3_latest
|
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
|
# 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
|
FRONTEND_DIR: $CI_PROJECT_DIR
|
||||||
|
BACKEND_DIR: $CI_PROJECT_DIR
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user