Skip to content

Commit

Permalink
Enable prefetch dependencies in konlfux build pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierCazade committed Sep 30, 2024
1 parent aea7cac commit 493f36b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
- default: ""
- default: "{\"type\":\"gomod\", \"path\":\".\"}"
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
Expand Down
2 changes: 1 addition & 1 deletion .tekton/network-observability-operator-bundle-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
- default: ""
- default: "{\"type\":\"gomod\", \"path\":\".\"}"
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
- default: ""
- default: "{\"type\":\"gomod\", \"path\":\".\"}"
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
Expand Down
2 changes: 1 addition & 1 deletion .tekton/network-observability-operator-fbc-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
- default: ""
- default: "{\"type\":\"gomod\", \"path\":\".\"}"
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
Expand Down
2 changes: 1 addition & 1 deletion .tekton/network-observability-operator-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
- default: ""
- default: "{\"type\":\"gomod\", \"path\":\".\"}"
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
Expand Down
2 changes: 1 addition & 1 deletion .tekton/network-observability-operator-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
- default: ""
- default: "{\"type\":\"gomod\", \"path\":\".\"}"
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
Expand Down

0 comments on commit 493f36b

Please sign in to comment.