Skip to content

Commit

Permalink
Adding extra prefetch for Makefile.swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyd450 committed Nov 28, 2023
1 parent 55154d8 commit 1145d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/rekor-cli-1-3-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: prefetch-input
value: '{"type": "gomod", "path": "."}'
value: '[{"type": "gomod", "path": "."}, {"type": "gomod", "path": "hack/tools"}]'
- name: hermetic
value: "true"
- name: build-source-image
Expand Down
2 changes: 1 addition & 1 deletion .tekton/rekor-cli-1-3-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: prefetch-input
value: '{"type": "gomod", "path": "."}'
value: '[{"type": "gomod", "path": "."}, {"type": "gomod", "path": "hack/tools"}]'
- name: hermetic
value: "true"
- name: build-source-image
Expand Down

0 comments on commit 1145d83

Please sign in to comment.