kaxil opened a new pull request, #25: URL: https://github.com/apache/airflow-site-archive/pull/25
When trying to only sync airflow package, currently it fails with following error. https://github.com/apache/airflow-site-archive/actions/runs/20286130226/job/58260093254 ``` Run echo "Input parameters summary" + [[ staging == \l\i\v\e ]] Input parameters summary + echo destination-location=s3://staging-docs-airflow-apache-org/docs/ + [[ false == \t\r\u\e ]] + echo sync-type=single-commit + echo commit-ref=staging ========================= Destination: staging Document packages: apache-airflow Full sync: false Commit reference: staging Processes: 4 ... ... /mnt/cloned-airflow-site-archive/images: total 28 drwxr-xr-x 2 runner runner 4096 Dec 16 23:28 . + aws configure set default.s3.max_concurrent_requests 10 drwxr-xr-x 5 runner root 4096 Dec 16 23:28 .. -rw-r--r-- 1 runner runner 17612 Dec 16 23:28 staging.png + uv run ./scripts/github_to_s3.py --bucket-path s3://staging-docs-airflow-apache-org/docs/ --local-path /mnt/cloned-airflow-site-archive/docs-archive --document-packages apache-airflow-providers-apache-airflow --commit-ref staging --sync-type single-commit --processes 4 Downloading botocore (13.9MiB) Downloaded botocore Installed 11 packages in 64ms Bucket s3://staging-docs-airflow-apache-org/docs/ exists. Invalid package name apache-airflow-providers-apache-airflow for sync type single-commit - only all can be used with single-commit Error: Process completed with exit code 1. ``` -- 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]
