diff options
author | Robert Speicher <rspeicher@gmail.com> | 2018-12-13 12:20:40 -0600 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-12-13 12:20:40 -0600 |
commit | 48ae57284766e4bdc81f06022a84f8eb091f5004 (patch) | |
tree | 5551f534319dcaf262bc1285a7468a1b444de0bf /scripts/prepare_build.sh | |
parent | 477890261cbec008af1c76a3454c89bfa94d22bd (diff) | |
download | gitlab-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/prepare_build.sh')
-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" |