Skip to content

Commit

Permalink
Cleanup docker containers before starting them
Browse files Browse the repository at this point in the history
This is just in case of left over docker containers.
  • Loading branch information
kokosing committed Apr 24, 2018
1 parent 1c205c3 commit a1d37b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions presto-hive-hadoop2/bin/run_hive_s3_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function absolutepath() {
SCRIPT_DIR=$(dirname $(absolutepath "$0"))
. ${SCRIPT_DIR}/common.sh

cleanup_docker_containers
start_docker_containers

# insert AWS credentials
Expand Down
1 change: 1 addition & 0 deletions presto-hive-hadoop2/bin/run_hive_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function absolutepath() {
SCRIPT_DIR=$(dirname $(absolutepath "$0"))
. ${SCRIPT_DIR}/common.sh

cleanup_docker_containers
start_docker_containers

# generate test data
Expand Down

0 comments on commit a1d37b3

Please sign in to comment.