Skip to content

Commit b657f6f

Browse files
committed
Commenting out docker kill statement for release
1 parent 850e34e commit b657f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ echo 'testcontainers.reuse.enable=true' > ~/.testcontainers.properties
1010
./mvnw clean install -DskipITs -DskipTests -B -Pdocs ${@}
1111

1212
rm ~/.testcontainers.properties
13-
docker kill $(docker ps -q)
13+
# docker kill $(docker ps -q)

0 commit comments

Comments
 (0)