Provide BUILD_DATABASE_URL so this works right
This commit is contained in:
parent
427309dd0a
commit
d0e9c76e56
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ before_install:
|
|||
- cp .env.template .env
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue