enable caching in build
This commit is contained in:
parent
e2bcf971c9
commit
53a5824e6c
@ -10,7 +10,7 @@ deploy:
|
|||||||
script:
|
script:
|
||||||
- echo "Building with gradle version ${BUILDVERSION}"
|
- echo "Building with gradle version ${BUILDVERSION}"
|
||||||
- gradle -Pversion=${BUILDVERSION} publish
|
- gradle -Pversion=${BUILDVERSION} publish
|
||||||
- gradle bootBuildImage --cleanCache --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${BUILDVERSION}
|
- gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${BUILDVERSION}
|
||||||
- echo "BUILDVERSION=$BUILDVERSION" >> version.env
|
- echo "BUILDVERSION=$BUILDVERSION" >> version.env
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user