fix: updated func-deploy tekton task to alingh with to new deploy command build flag options (#1246)

This commit is contained in:
Jefferson Ramos 2022-09-14 11:56:06 -03:00 committed by GitHub
parent 15713b2a75
commit 2cfb59db1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ spec:
image: "ghcr.io/knative-sandbox/kn-plugin-func/func:latest" image: "ghcr.io/knative-sandbox/kn-plugin-func/func:latest"
script: | script: |
export FUNC_IMAGE="$(params.image)" 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)