Update travis tests (#243)
* Remove docker .env file
* Add enviroment variables defaults
* Update docker-compose version
* Update travis tests variables
* Build document server image
* Fix mariadb
* Fix variable names
* Revert container name
(cherry picked from commit e721ca102d
)
This commit is contained in:
parent
9d82bb8d1f
commit
ab5637a11f
11 changed files with 74 additions and 136 deletions
tests
|
@ -6,16 +6,6 @@ if [[ ! -f $config ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
env_file=defaults.env
|
||||
|
||||
# Copy .env
|
||||
if [[ -f $env_file ]]; then
|
||||
cp $env_file .env
|
||||
else
|
||||
echo "File $env_file doesn't exist!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Run test environment
|
||||
docker-compose -p ds -f $config up -d
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue