Update .gitlab-ci.yml file
This commit is contained in:
parent
67743ffdba
commit
39dfb6ee24
@ -22,6 +22,7 @@ deploy:
|
||||
- echo "Building with gradle version testing-build-cache-${CI_PIPELINE_ID}"
|
||||
- gradle -Pversion=testing-build-cache-${CI_PIPELINE_ID} publish
|
||||
- gradle bootBuildImage --publishImage --configuration-cache -PbuildbootDockerHostNetwork=false -Pversion=testing-build-cache-${CI_PIPELINE_ID}
|
||||
- gradle bootBuildImage --publishImage --configuration-cache -PbuildbootDockerHostNetwork=false -Pversion=testing-build-cache-${CI_PIPELINE_ID}
|
||||
after_script:
|
||||
- mkdir -p .gradleBuildCache
|
||||
- ls -al `pwd`/.gradle
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user