Merge branch 'RED-7404-update' into 'master'

RED-7404 - Remove clean cache

Closes RED-7404

See merge request redactmanager/persistence-service!239
This commit is contained in:
Andrei Isvoran 2023-12-04 13:05:41 +01:00
commit 91884f450a

View File

@ -16,7 +16,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: