touchpoints
touchpoints copied to clipboard
Fix cf-cli download URL to use direct GitHub release URL
Summary
Fix the CircleCI cf-cli installation to use the direct GitHub release URL instead of the redirecting packages.cloudfoundry.org URL, which was causing 503 errors.
Changes
- Changed download URL from to
- Updated both the build job and cron_tasks job in
- Removed verbose curl flag (-v) as it's not needed