Skip to content

Commit

Permalink
remove file creation hack
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor committed Dec 16, 2020
1 parent 07bcfb9 commit f5f58e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/bin/acceptance_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ assert_root

echo "Starting app..."

# todo (cgardens) - docker-compose 1.27.3 contained a bug that causes a failure if the volume path
# does not exist when the volume is created. It was fixed in 1.27.4. Github actions virtual envs,
# however, new ubuntu release upgraded to 1.27.3 on 09/24/20. Once github actions virtual envs
# upgrades to 1.27.4, we can stop manually making the directory.
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
Expand Down

0 comments on commit f5f58e2

Please sign in to comment.