-
Notifications
You must be signed in to change notification settings - Fork 145
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
On-cluster build: Implement --git
flag for func deploy
#765
Comments
@omerbensaadon did you created this one for me? @omerbensaadon do you know what kind of permissions do I need to be able to create issues like this from the check list? |
I think it's just OWNERS? I'm still an owner on knative-sandbox so the feature shows up for me |
Looking at this comment in
It seems that we are using BuildType Is there any other way to do a git build without being remote? Is there a local remote git build? meaning that a git repo is cloned locally and built?
?? @zroubalik any comments? |
@salaboy the idea is to use |
I see we are using --build and --git but we still need to specify the git revision (branch) too. Is that going to be a new flag for the command or is there another way it should be specified? @zroubalik @salaboy |
As proposed there ^, it could be: |
func deploy --git <GIT_REPO>
func.yaml
will automatically set build togit
and specify the git repositoryIn other words, I will be defaulting the following information to avoid manually editing
func.yaml
:I will update this issue if I find more details and consequences of using
--git
The text was updated successfully, but these errors were encountered: