Skip to content

Commit

Permalink
fix path to prefetching
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Jan 17, 2025
1 parent ddc694b commit 00c78c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/scanner-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- name: hermetic
value: "true"
- name: prefetch-input
value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "."}]'
value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": ".konflux/scripts/rpm-prefetching"}]'
- name: build-source-image
value: 'true'
- name: build-target-stage
Expand Down
2 changes: 1 addition & 1 deletion .tekton/scanner-slim-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- name: hermetic
value: "true"
- name: prefetch-input
value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "."}]'
value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": ".konflux/scripts/rpm-prefetching"}]'
- name: build-source-image
value: 'true'
- name: build-target-stage
Expand Down

0 comments on commit 00c78c3

Please sign in to comment.