Skip to content

Commit 2a52237

Browse files
committed
Revert "Commenting out docker kill statement for release"
This reverts commit b657f6f.
1 parent b657f6f commit 2a52237

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)