mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
Fix a regression with unset envvars (#905)
This commit is contained in:
parent
88f90e046e
commit
cf4f21c039
@ -289,7 +289,7 @@ fi
|
||||
echo "${_endgroup}"
|
||||
|
||||
echo "${_group}Setting up database ..."
|
||||
if [[ -n "$CI" || "$SKIP_USER_PROMPT" == 1 ]]; then
|
||||
if [[ -n "${CI:-''}" || "${SKIP_USER_PROMPT:-0}" == 1 ]]; then
|
||||
$dcr web upgrade --noinput
|
||||
echo ""
|
||||
echo "Did not prompt for user creation due to non-interactive shell."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user