Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
retry for httpd dependency build pipeline
It seems like the httpd dependency build pipeline[1] fails for 2 reasons: 1. The dep watcher watches the github repo but downloads from archive.apache.org. There's a time lag between maintainers create a new tag in the GH repo, AND they upload the artifacts to the download portal. 2. The download portal isn't 100% available. So instead of getting the checksum page, we sometimes get a 404 html page. This PR only addresses reason2 by implementing a retry for the sha retrieval. As of date, they released a patch yesterday and a patch today contributing to multiple CI failures. 1: https://buildpacks.ci.cf-app.com/teams/main/pipelines/dependency-builds/jobs/build-httpd-latest
- Loading branch information