github-actions[bot] opened a new pull request, #63237:
URL: https://github.com/apache/airflow/pull/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]>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to