File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
spring-cloud-kubernetes-integration-tests Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,7 @@ main() {
120
120
echo " Running test: $p "
121
121
cd $p
122
122
${MVN} spring-boot:build-image \
123
- # REMOVE spring-boot.build-image.builder ONCE A BUILDPACK RELEASE WITH https://github.com/paketo-buildpacks/bellsoft-liberica/issues/131 IS RELEASED
124
- -Dspring-boot.build-image.imageName=docker.io/springcloud/$p :${MVN_VERSION} -Dspring-boot.build-image.builder=paketobuildpacks/builder:0.1.169-base \
123
+ -Dspring-boot.build-image.imageName=docker.io/springcloud/$p :${MVN_VERSION} -Dspring-boot.build-image.builder=paketobuildpacks/builder:0.1.169-base
125
124
" ${KIND} " load docker-image docker.io/springcloud/$p :${MVN_VERSION}
126
125
${MVN} clean install -P it
127
126
cd ..
You can’t perform that action at this time.
0 commit comments