The GitHub Actions job "Tests" on airflow.git/backport-2ab6f94-v3-1-test has succeeded. Run started by GitHub user uranusjr (triggered by uranusjr).
Head commit for run: 9f566afd0cf6ad421a2f6edf16f2810406aed658 / Xiaodong DENG <[email protected]> [v3-1-test] Fix undefined variable in install_from_external_spec error message (#63233) The error message in install_from_external_spec() referenced ${INSTALLATION_METHOD} which does not exist — the correct variable is ${AIRFLOW_INSTALLATION_METHOD}. With set -u active, hitting this error path would crash with an "unbound variable" error instead of printing the intended user-friendly message. The typo was introduced in a1717a652b and carried forward into the inlined copies in both Dockerfiles. (cherry picked from commit 2ab6f9490dfbc205d1176d3d5dc1204d206f5397) Co-authored-by: Xiaodong DENG <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/22886328964 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
