The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
f652573957b6f74de361f768dc3072090ba2ff56 / Tzu-ping Chung <[email protected]>
Explicitly make in-container scripts use Bash

Not every base Python image uses Bash as the default shell, and most
significantly some use Dash (Debian Almquist shell) instead, which lacks
some syntax support such as -o pipefail.

While it is possible to rewrite the scripts to be more POSIX compatible,
I chose to explicitly make everything run in Bash instead since that how
we set up shellcheck (shell=bash) in the first place.

Thanks to @ttpss930141011 for debugging help.

Co-Authored-By: Justin Xiao <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to