Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/container-test
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ cleanup() {
echo "cleaning up docker images"
docker ps | grep devbundle | awk '{print $1}' | xargs docker stop
docker ps | grep devbundle | awk '{print $1}' | xargs docker rm
rm -rf $TEST_DIR
fi
rm -rf $TEST_DIR
}
trap cleanup EXIT

Expand Down