The GitHub Actions job "Tests" on 
airflow.git/fix/dockerfile-installation-method-variable-typo has failed.
Run started by GitHub user XD-DENG (triggered by XD-DENG).

Head commit for run:
cc1d958fb06b5d831aad774dbb80a80aeddeaddf / Xiaodong DENG <[email protected]>
Fix undefined variable in install_from_external_spec error message

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.

Report URL: https://github.com/apache/airflow/actions/runs/22879316432

With regards,
GitHub Actions via GitBox


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

Reply via email to