The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 2e1635a9c1d6faaa9d5cd5cfd1a364091cd62bde / Jarek Potiuk <[email protected]> Mark Airflow directory in container as safe for git commands (#29386) There is a new setting/version of git in GitHub Actions that started checking the ownership of the Git repository. Since in case of the provider commands we run them inside docker image as root user (this is in order to isolate the provider package building from the main CI environment), the owner of such directory is different (runner user) than the user that runs the git command (root). This change marks the current git directory for such commands as safe, regardles from the discrepancy. This config is global and run inside the image, so it is safe to leave it after methods complete as containers are torn-down after completing package preparation. This PR also improves diagnostics. Previously the `git remote add` output was redirected to dev null as there was no way it could fail, but this turned to be false - the output of the `git remote add` commnd is now also printed for diagnostics. Report URL: https://github.com/apache/airflow/actions/runs/4105492129 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
