mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
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:
parent
bdcadcb433
commit
fca0a67bfd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user