From 2cfb59db1f6c938e79b890d611fd6dfd0b5caecb Mon Sep 17 00:00:00 2001 From: Jefferson Ramos Date: Wed, 14 Sep 2022 11:56:06 -0300 Subject: [PATCH] fix: updated func-deploy tekton task to alingh with to new deploy command build flag options (#1246) --- .../resources/tekton/task/func-deploy/0.1/func-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml b/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml index 974d8407f..b5882b201 100644 --- a/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml +++ b/pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml @@ -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)