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

Head commit for run:
51f5537b196ba6f5b27feb7fe3a039e079464abe / Jarek Potiuk <[email protected]>
Remove verbosity from cleaning up airflow package in image build (#38490)

The image build script when installing airflow from the branch tip
will download airlfow package, install it in editable mode and remove
the downloaded package. The removal was done with `-v` flag which
caused the build output to contain a lot of ouput and runs quite a
bit slower.

This PR removes the verbose flag and moves the rm command to inside
set -x/+x to see that it is happening.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to