Merge branch 'rs-remove-create-user-variable' into 'master'

Remove CREATE_DB_USER variable in prepare_build

See merge request gitlab-org/gitlab-ce!23815
This commit is contained in:
Stan Hu 2018-12-14 17:37:28 +00:00
commit eafc8e2f48
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
. scripts/utils.sh
export SETUP_DB=${SETUP_DB:-true}
export CREATE_DB_USER=${CREATE_DB_USER:-$SETUP_DB}
export USE_BUNDLE_INSTALL=${USE_BUNDLE_INSTALL:-true}
export BUNDLE_INSTALL_FLAGS="--without=production --jobs=$(nproc) --path=vendor --retry=3 --quiet"