Skip to content

Commit bdfec55

Browse files
author
Ryan Baxter
committed
Removing comment
1 parent d86a797 commit bdfec55

File tree

1 file changed

+1
-2
lines changed
  • spring-cloud-kubernetes-integration-tests

1 file changed

+1
-2
lines changed

spring-cloud-kubernetes-integration-tests/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ main() {
120120
echo "Running test: $p"
121121
cd $p
122122
${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
125124
"${KIND}" load docker-image docker.io/springcloud/$p:${MVN_VERSION}
126125
${MVN} clean install -P it
127126
cd ..

0 commit comments

Comments
 (0)