mirror of https://github.com/knative/func.git
fix: use correct --build flag value for `func-deploy` Tekton Task (#760)
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
This commit is contained in:
parent
f06fd97759
commit
3d7c351544
|
@ -26,7 +26,7 @@ spec:
|
|||
args:
|
||||
- "deploy"
|
||||
- "--verbose"
|
||||
- "--build=false"
|
||||
- "--build=disabled"
|
||||
- "--push=false"
|
||||
- "--path"
|
||||
- "$(params.path)"
|
||||
|
|
Loading…
Reference in New Issue