summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-12-14 17:37:28 +0000
committerStan Hu <stanhu@gmail.com>2018-12-14 17:37:28 +0000
commiteafc8e2f481751b973260287c844b70bd408dcb2 (patch)
tree65949cd82ecff215ca436918570befd35143ae7c
parent9714dfdfd0437a87e172e56810331ca19f420d2b (diff)
parent48ae57284766e4bdc81f06022a84f8eb091f5004 (diff)
downloadgitlab-ce-43516-rake-task-to-test-ssl-connection-certificate-verification.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
-rw-r--r--scripts/prepare_build.sh1
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"