fix: Set correct amount of steps to avoid confusing logs while loading examples (#30606)

This commit is contained in:
Yerkebulan 2024-10-15 23:55:12 +06:00 committed by GitHub
parent 7132d5a86a
commit d6b2e86155
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,11 @@ set -e
#
/app/docker/docker-bootstrap.sh
STEP_CNT=4
if [ "$SUPERSET_LOAD_EXAMPLES" = "yes" ]; then
STEP_CNT=4
else
STEP_CNT=3
fi
echo_step() {
cat <<EOF