Commit eafc8e2f authored by Stan Hu's avatar Stan Hu

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
parents 9714dfdf 48ae5728
. 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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment