Don't user docker-compose.override.yml on Travis

It creates volumes and these volumns will change ownership and linux
file permissions. That in turn will prevent Travis from removing those
files and eventually crash the deployment.
This commit is contained in:
Robert Schäfer 2018-12-14 18:30:10 +01:00
parent bdcadcb433
commit fca0a67bfd

View File

@ -19,7 +19,7 @@ before_install:
install:
- docker build --build-arg BUILD_COMMIT=$TRAVIS_COMMIT -t humanconnection/nitro-backend:latest .
- docker-compose up -d
- docker-compose -f docker-compose.yml up -d
script:
- docker-compose exec backend yarn run ci