Skip to content

Commit

Permalink
Attempt to prefetch dependencies for image builds
Browse files Browse the repository at this point in the history
This change *might* get RHTAP to prefetch the dependencies. We'll see.

Signed-off-by: Lance Ball <[email protected]>
  • Loading branch information
lance committed Sep 21, 2023
1 parent d080f0c commit 0b9f3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/cosign-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
value: '{"type": "gomod", "path": "."}'
value: "gomod"
- default: "false"
description: Java build
name: java
Expand Down
2 changes: 1 addition & 1 deletion .tekton/cosign-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
value: '{"type": "gomod", "path": "."}'
value: "gomod"
- default: "false"
description: Java build
name: java
Expand Down

0 comments on commit 0b9f3dd

Please sign in to comment.