Skip to content

Commit d5ebe19

Browse files
author
openshift-pipelines-bot
committed
[bot:release-v1.19.x] update konflux configuration
1 parent 876fd2d commit d5ebe19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/console-plugin-next-console-plugin-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
- linux/x86_64
4040
- name: prefetch-input
4141
value: |
42-
{"type": "rpm", "path": ".konflux/rpms"}
42+
[{"type": "rpm", "path": ".konflux/rpms"}, {"type": "yarn"}]
4343
pipelineRef:
4444
name: docker-build-ta
4545
taskRunTemplate:

.tekton/console-plugin-next-console-plugin-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
value: .konflux/dockerfiles/console-plugin.Dockerfile
3434
- name: prefetch-input
3535
value: |
36-
{"type": "rpm", "path": ".konflux/rpms"}
36+
[{"type": "rpm", "path": ".konflux/rpms"}, {"type": "yarn"}]
3737
pipelineRef:
3838
name: docker-build-ta
3939
taskRunTemplate:

0 commit comments

Comments
 (0)