Skip to content

Commit 6ab5cda

Browse files
committed
chore(pom): tweak container stop
rm container on failed runs also
1 parent 669522b commit 6ab5cda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@
338338
<alias>existdb-docs-tests</alias>
339339
<name>duncdrum/existdb:latest</name>
340340
<run>
341-
<autoRemove>true</autoRemove>
342341
<ports>
343342
<port>8080:8080</port>
344343
</ports>
@@ -369,6 +368,9 @@
369368
<goals>
370369
<goal>stop</goal>
371370
</goals>
371+
<configuration>
372+
<executeStopOnVMShutdown>true</executeStopOnVMShutdown>
373+
</configuration>
372374
</execution>
373375
</executions>
374376
</plugin>

0 commit comments

Comments
 (0)