Skip to content

Conversation

@rileyseaburg
Copy link
Contributor

Summary

  • Switch cf-cli installation from direct GitHub download to CloudFoundry APT repository to fix download failures in CI environment
  • The direct curl download was only receiving 107 bytes (likely proxy/redirect issue) instead of the full package

Copilot AI review requested due to automatic review settings December 22, 2025 22:53
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes cf-cli installation failures in the CircleCI CI environment by switching from a direct GitHub package download to the official CloudFoundry APT repository. The change addresses issues where the direct curl download was only receiving 107 bytes instead of the full package, likely due to proxy or redirect issues.

Key Changes

  • Replaced direct .deb file download with APT repository installation method
  • Updated installation commands to add the CloudFoundry APT repository, import GPG key, and install via apt-get
  • Applied the fix consistently to both the build and cron_tasks jobs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

rileyseaburg and others added 2 commits December 22, 2025 16:56
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Riley Seaburg <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Riley Seaburg <[email protected]>
@rileyseaburg rileyseaburg merged commit 324730f into develop Dec 22, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants