mirror of https://github.com/knative/func.git
fix: updated func-deploy tekton task to alingh with to new deploy command build flag options (#1246)
This commit is contained in:
parent
15713b2a75
commit
2cfb59db1f
|
|
@ -27,4 +27,4 @@ spec:
|
|||
image: "ghcr.io/knative-sandbox/kn-plugin-func/func:latest"
|
||||
script: |
|
||||
export FUNC_IMAGE="$(params.image)"
|
||||
func deploy --verbose --build=disabled --push=false --path=$(params.path)
|
||||
func deploy --verbose --build=false --push=false --path=$(params.path)
|
||||
|
|
|
|||
Loading…
Reference in New Issue