2
0
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:
pratikbalar 2021-06-23 12:26:11 +05:30
parent 6c8c1c01be
commit 391ee4c74e

View File

@ -32,7 +32,7 @@ function configureEnv() {
DB_PORT=3306 DB_PORT=3306
fi fi
DB_HOST="${MARIADB_HOST:-$POSTGRES_HOST}" export DB_HOST="${MARIADB_HOST:-$POSTGRES_HOST}"
envsubst '${DB_HOST} envsubst '${DB_HOST}
${DB_PORT} ${DB_PORT}