mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
refactor: export db host to [skip travis]
- to pass shellcheck rule SC2034
This commit is contained in:
parent
6c8c1c01be
commit
391ee4c74e
@ -32,7 +32,7 @@ function configureEnv() {
|
||||
DB_PORT=3306
|
||||
fi
|
||||
|
||||
DB_HOST="${MARIADB_HOST:-$POSTGRES_HOST}"
|
||||
export DB_HOST="${MARIADB_HOST:-$POSTGRES_HOST}"
|
||||
|
||||
envsubst '${DB_HOST}
|
||||
${DB_PORT}
|
||||
|
Loading…
Reference in New Issue
Block a user