The GitHub Actions job "Tests" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
e65e502f1c27b6d5b7a797418fed61e0c643810d / 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/22896453643

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to