refactor(cache): Löse globalen-Cache aus common-ci-variablen heraus

Für nutzer ist es unerwartet und ggf. unerwünscht, dass beim Einbinden von Variablen ein Cache mitkommt.
This commit is contained in:
Timo Beller 2022-07-18 23:41:17 +02:00
parent 1c0bbfb258
commit 0364637b0d
2 changed files with 12 additions and 14 deletions

View File

@ -0,0 +1,12 @@
cache:
key: "$CI_JOB_NAME"
paths:
# Cache Maven
- .m2/repository
# Cache NPM
#- $FRONTEND_DIR/dist
# Cache Gradle
- .gradle
- '**/build'
- "**/target"
#- "**/node_modules"

View File

@ -1,17 +1,3 @@
cache:
key: "$CI_JOB_NAME"
paths:
# Cache Maven
- .m2/repository
# Cache NPM
#- $FRONTEND_DIR/dist
# Cache Gradle
- .gradle
- '**/build'
- "**/target"
#- "**/node_modules"
variables:
##NPM / Node Settings