The GitHub Actions job "Build & Publish Registry" on airflow.git/main has failed. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: aade25537b2431ce2dffb7f72d65ad9acd161595 / Kaxil Naik <[email protected]> Fix registry build failure when logos directory is empty (#63767) extract_metadata.py unconditionally creates dev/registry/logos/ even when no logos are found (e.g. incremental build for a provider without logos). The workflow's `if [ -d ... ]` check passes for the empty directory, then `cp -r logos/*` fails because the glob doesn't expand. Fix both sides: - Workflow: check directory is non-empty before glob-based cp - extract_metadata.py: create logo directories lazily, only when a logo is actually found Report URL: https://github.com/apache/airflow/actions/runs/23172587340 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
