mirror of https://github.com/knative/func.git
Fix missing workspaces decl in the scaffold task (#2587)
Signed-off-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
parent
319462a354
commit
8815c53e79
|
@ -440,6 +440,9 @@ spec:
|
|||
- name: path
|
||||
description: Path to the function project
|
||||
default: ""
|
||||
workspaces:
|
||||
- name: source
|
||||
description: The workspace containing the function project
|
||||
steps:
|
||||
- name: func-scaffold
|
||||
image: %s
|
||||
|
|
Loading…
Reference in New Issue