Skip to content

Commit

Permalink
Clean up Docker volume after running Docker Acceptance Test. (#4603)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia committed Jul 7, 2021
1 parent 3dca4ee commit 1b0cf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/acceptance_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkdir -p /tmp/airbyte_local

# Detach so we can run subsequent commands
VERSION=dev TRACKING_STRATEGY=logging docker-compose up -d
trap "echo 'docker-compose logs:' && docker-compose logs -t --tail 150 && docker-compose down" EXIT
trap "echo 'docker-compose logs:' && docker-compose logs -t --tail 150 && docker-compose down -v" EXIT

echo "Waiting for services to begin"
sleep 10 # TODO need a better way to wait
Expand Down

0 comments on commit 1b0cf66

Please sign in to comment.