Skip to content

Commit 98d2f36

Browse files
committed
Enable prefetch in konflux (#730)
1 parent 87c31be commit 98d2f36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/flowlogs-pipeline-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
description: Execute the build with network isolation
9999
name: hermetic
100100
type: string
101-
- default: ""
101+
- default: "{\"type\":\"gomod\", \"path\":\".\"}"
102102
description: Build dependencies to be prefetched by Cachi2
103103
name: prefetch-input
104104
type: string

.tekton/flowlogs-pipeline-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
description: Execute the build with network isolation
9797
name: hermetic
9898
type: string
99-
- default: ""
99+
- default: "{\"type\":\"gomod\", \"path\":\".\"}"
100100
description: Build dependencies to be prefetched by Cachi2
101101
name: prefetch-input
102102
type: string

0 commit comments

Comments
 (0)