Remove CREATE_DB_USER variable in prepare_build

The last usage of this variable was removed in
0ab6469187.
This commit is contained in:
Robert Speicher 2018-12-13 12:20:40 -06:00
parent 477890261c
commit 48ae572847
No known key found for this signature in database
GPG Key ID: 1D812769A7706642
1 changed files with 0 additions and 1 deletions

View File

@ -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"