use docker host network
This commit is contained in:
parent
247a4a499b
commit
9d472bb9b9
@ -21,8 +21,8 @@ deploy:
|
|||||||
- gradle assemble
|
- gradle assemble
|
||||||
- echo "Building with gradle version testing-build-cache-${CI_PIPELINE_ID}"
|
- echo "Building with gradle version testing-build-cache-${CI_PIPELINE_ID}"
|
||||||
- gradle -Pversion=testing-build-cache-${CI_PIPELINE_ID} publish
|
- 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=true -Pversion=testing-build-cache-${CI_PIPELINE_ID}
|
||||||
- gradle bootBuildImage --publishImage --configuration-cache -PbuildbootDockerHostNetwork=false -Pversion=testing-build-cache-${CI_PIPELINE_ID}
|
- gradle bootBuildImage --publishImage --configuration-cache -PbuildbootDockerHostNetwork=true -Pversion=testing-build-cache-${CI_PIPELINE_ID}
|
||||||
after_script:
|
after_script:
|
||||||
- mkdir -p .gradleBuildCache
|
- mkdir -p .gradleBuildCache
|
||||||
- ls -al `pwd`/.gradle
|
- ls -al `pwd`/.gradle
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user