mirror of
https://github.com/ONLYOFFICE/Docker-DocumentServer.git
synced 2026-04-07 14:01:38 +08:00
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:
committed by
agolybev
parent
9d82bb8d1f
commit
ab5637a11f
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user