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

Enable package and offline_package to support nested project structures #536

Closed
3 tasks
dmikusa opened this issue Feb 4, 2022 · 1 comment
Closed
3 tasks
Labels
semver:minor A change requiring a minor version bump type:enhancement A general enhancement

Comments

@dmikusa
Copy link
Contributor

dmikusa commented Feb 4, 2022

What happened?

  • What were you attempting to do?

The current implementation assumes that one source repo will have one buildpack. If you have multiple buildpacks in a source repo then this won't work.

This is an enhancement request to add a source path property that would point to a sub path of the repository. The jobs should then run from the root of that sub path, instead of the root of the source repo. The default would be to continue to run from the source repo root.

Checklist

  • I have included log output.
  • The log output includes an error message.
  • I have included steps for reproduction.
@dmikusa dmikusa added type:enhancement A general enhancement semver:minor A change requiring a minor version bump labels Feb 4, 2022
@dmikusa
Copy link
Contributor Author

dmikusa commented Feb 9, 2022

Closed by #548

@dmikusa dmikusa closed this as completed Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor A change requiring a minor version bump type:enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant