Provide BUILD_DATABASE_URL so this works right

This commit is contained in:
Eric Schultz 2018-10-26 11:12:52 -05:00
parent 427309dd0a
commit d0e9c76e56

View file

@ -10,4 +10,4 @@ before_install:
- cp .env.template .env - cp .env.template .env
script: script:
- docker-compose -f docker/build/docker-compose.yml run -e RACK_ENV=ci -e RAILS_ENV=ci build script/test.sh - docker-compose -f docker/build/docker-compose.yml run -e RACK_ENV=ci -e RAILS_ENV=ci -e BUILD_DATABASE_URL=postgres://admin:password@db/commitchange_test build script/test.sh