The GitHub Actions job "Tests" on airflow.git/v3-1-test has failed.
Run started by GitHub user vatsrahul1001 (triggered by vatsrahul1001).
Head commit for run:
8cb7e13dd8f3786a2c2648f3117fe69c851cb7c0 / github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Fix undefined variable in install_from_external_spec error message
(#63233) (#63237)
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/22901256062
With regards,
GitHub Actions via GitBox
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]