summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-12-13 12:20:40 -0600
committerRobert Speicher <rspeicher@gmail.com>2018-12-13 12:20:40 -0600
commit48ae57284766e4bdc81f06022a84f8eb091f5004 (patch)
tree5551f534319dcaf262bc1285a7468a1b444de0bf /scripts
parent477890261cbec008af1c76a3454c89bfa94d22bd (diff)
downloadgitlab-ce-48ae57284766e4bdc81f06022a84f8eb091f5004.tar.gz
Remove CREATE_DB_USER variable in prepare_build
The last usage of this variable was removed in 0ab6469187285368d9f64f9ec67dbbcfa3e5a901.
Diffstat (limited to 'scripts')
-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"