Skip to content

Commit 73ea5b4

Browse files
authored
Delete Docker container after test runs
1 parent b84fde3 commit 73ea5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

end_to_end_tests/data/start-ubuntu.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ if [ -z "$1" ]; then
88
fi;
99

1010
data_path=$(dirname $(readlink -f "$0"))
11-
docker run -v $data_path:/data -w=/data -e APT_PROXY=$APT_PROXY -e DEBIAN_FRONTEND=noninteractive $1 /data/run-ubuntu.sh
11+
docker run --rm -v $data_path:/data -w=/data -e APT_PROXY=$APT_PROXY -e DEBIAN_FRONTEND=noninteractive $1 /data/run-ubuntu.sh

0 commit comments

Comments
 (0)