Add shell-level debug for password variable

This commit is contained in:
Mondo Diaz
2026-02-03 11:01:01 -06:00
parent b40c53d308
commit a0dad73db0

View File

@@ -223,6 +223,8 @@ reset_feature:
before_script: before_script:
- pip install --index-url "$PIP_INDEX_URL" httpx - pip install --index-url "$PIP_INDEX_URL" httpx
script: script:
# Debug: Check if variable is set at shell level
- echo "DEV_ADMIN_PASSWORD length at shell level:${#DEV_ADMIN_PASSWORD}"
- | - |
python - <<'RESET_SCRIPT' python - <<'RESET_SCRIPT'
import httpx import httpx