Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Pushing broker to Cloud Foundry fails due to missing file #1089

Merged
merged 3 commits into from
Sep 10, 2024

Conversation

jameshochadel
Copy link
Contributor

The go:embed in pkg/brokerpak/cmd.go:L42 embeds the example manifest at build time. However, Cloud Foundry buildpacks exclude files named manifest.yml from upload by default. This fix forces CF to always include the file.

Checklist:

  • Have you added or updated tests to validate the changed functionality?
  • Have you added Release Notes in the docs repositories?
  • Have you followed the Conventional Commits specification?

jameshochadel and others added 3 commits September 4, 2024 11:00
The go:embed in pkg/brokerpak/cmd.go:L42 embeds the example manifest at build time. However, Cloud Foundry buildpacks exclude files named manifest.yml from upload by default. This fix forces CF to always include the file.
@FelisiaM FelisiaM merged commit cdbc404 into cloudfoundry:main Sep 10, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants