Skip to content

Commit 12db04b

Browse files
committed
Force removal of container after tests
1 parent 5a498c8 commit 12db04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -eEuo pipefail
1010
function cleanup {
1111
docker stop "$CONTAINER" 1> /dev/null
1212
echo "container $CONTAINER: stopped"
13-
docker rmi "$DOCKER_TAG_TEMPORARY"
13+
docker rmi -f "$DOCKER_TAG_TEMPORARY"
1414
}
1515
trap cleanup EXIT
1616

0 commit comments

Comments
 (0)