Skip to content

Commit

Permalink
Fix missing workspaces decl in the scaffold task (#2587)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <[email protected]>
  • Loading branch information
matejvasek authored Nov 28, 2024
1 parent 319462a commit 8815c53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/pipelines/tekton/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8815c53

Please sign in to comment.