-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add Other Skip Configs #160
Comments
But these are all the same step (i.e. "build"). |
In the case of a project I was just working on, it was detecting and running the Jib build, but I really want it to skip that one and go to Buildpacks. |
that's not a "skip" concern, but more of a build method inference concern. |
In other words, if our detection model can't figure out whether it should use Buildpacks or Jib, we should address that instead of adding more fields. |
Yeah. So:
|
Can we solve this without adding a knob, though? (I'll try my hardest to push for API change and introducing new features/behavior. :) ) Don't all buildpacks have something like |
Also can't you just do |
Yeah, I was able to work around this which was nice :) |
I'm seeing a |
Buildpacks don't always require a |
But when there’s a Procfile, we can take that? It seems like this only happens with jib vs pack currently. And I am assuming we detect Jib via some file contents? If this is a rare case (which is currently what I am hearing) and hooks can unblock, perhaps no need to add 5 more knobs just yet. |
This particular project has Jib & Procfile and there is a possibility that a project has |
Today we have
build.skip
which skips all build steps but it'd be nice to be able to skip specific steps:The text was updated successfully, but these errors were encountered: