Skip to content

Commit

Permalink
chore: enable prefetch dependencies in Konflux
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto González <ergonzal@redhat.com>
  • Loading branch information
ernesgonzalez33 committed Sep 10, 2024
1 parent 3cb7414 commit 312bbca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tekton/forklift-console-plugin-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ metadata:
namespace: rh-mtv-1-tenant
spec:
params:
- name: prefetch-input
value: '{"type": "npm", "path": "."}'
- name: git-url
value: '{{source_url}}'
- name: revision
Expand Down
2 changes: 2 additions & 0 deletions .tekton/forklift-console-plugin-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ metadata:
namespace: rh-mtv-1-tenant
spec:
params:
- name: prefetch-input
value: '{"type": "npm", "path": "."}'
- name: git-url
value: '{{source_url}}'
- name: revision
Expand Down

0 comments on commit 312bbca

Please sign in to comment.