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:
Zbynek Roubalik 2022-01-13 18:48:12 +01:00 committed by GitHub
parent f06fd97759
commit 3d7c351544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ spec:
args:
- "deploy"
- "--verbose"
- "--build=false"
- "--build=disabled"
- "--push=false"
- "--path"
- "$(params.path)"