diff options
author | Stan Hu <stanhu@gmail.com> | 2018-12-14 17:37:28 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-12-14 17:37:28 +0000 |
commit | eafc8e2f481751b973260287c844b70bd408dcb2 (patch) | |
tree | 65949cd82ecff215ca436918570befd35143ae7c /scripts | |
parent | 9714dfdfd0437a87e172e56810331ca19f420d2b (diff) | |
parent | 48ae57284766e4bdc81f06022a84f8eb091f5004 (diff) | |
download | gitlab-ce-eafc8e2f481751b973260287c844b70bd408dcb2.tar.gz |
Merge branch 'rs-remove-create-user-variable' into 'master'43516-rake-task-to-test-ssl-connection-certificate-verification
Remove CREATE_DB_USER variable in prepare_build
See merge request gitlab-org/gitlab-ce!23815
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/prepare_build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh index 75a3cea0448..2e8fec166a3 100644 --- a/scripts/prepare_build.sh +++ b/scripts/prepare_build.sh @@ -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" |