You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
What happened?
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
The text was updated successfully, but these errors were encountered: