Add shell-level debug for password variable
This commit is contained in:
@@ -223,6 +223,8 @@ reset_feature:
|
||||
before_script:
|
||||
- pip install --index-url "$PIP_INDEX_URL" httpx
|
||||
script:
|
||||
# Debug: Check if variable is set at shell level
|
||||
- echo "DEV_ADMIN_PASSWORD length at shell level:${#DEV_ADMIN_PASSWORD}"
|
||||
- |
|
||||
python - <<'RESET_SCRIPT'
|
||||
import httpx
|
||||
|
||||
Reference in New Issue
Block a user