Skip to content

Commit

Permalink
Delete Docker container after test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 authored Nov 19, 2016
1 parent b84fde3 commit 73ea5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end_to_end_tests/data/start-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if [ -z "$1" ]; then
fi;

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

0 comments on commit 73ea5b4

Please sign in to comment.