Merge branch 'enable-caching' into 'main'

enable caching in build

See merge request fforesight/layout-parser!84
This commit is contained in:
Kilian Schüttler 2023-11-24 10:36:55 +01:00
commit 30f060e36c

View File

@ -10,7 +10,7 @@ deploy:
script:
- echo "Building with gradle version ${BUILDVERSION}"
- gradle -Pversion=${BUILDVERSION} publish
- gradle bootBuildImage --cleanCache --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${BUILDVERSION}
- gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${BUILDVERSION}
- echo "BUILDVERSION=$BUILDVERSION" >> version.env
artifacts:
reports: