diff --git a/.tekton/console-plugin-1-19-console-plugin-pull-request.yaml b/.tekton/console-plugin-1-19-console-plugin-pull-request.yaml index 45d4c9d5..b7e9378e 100644 --- a/.tekton/console-plugin-1-19-console-plugin-pull-request.yaml +++ b/.tekton/console-plugin-1-19-console-plugin-pull-request.yaml @@ -39,7 +39,7 @@ spec: - linux/x86_64 - name: prefetch-input value: | - [{"type": "rpm", "path": ".konflux/rpms"}, {"type": "yarn"}] + {"type": "rpm", "path": ".konflux/rpms"} pipelineRef: name: docker-build-ta taskRunTemplate: diff --git a/.tekton/console-plugin-1-19-console-plugin-push.yaml b/.tekton/console-plugin-1-19-console-plugin-push.yaml index 4d226259..a6c392bf 100644 --- a/.tekton/console-plugin-1-19-console-plugin-push.yaml +++ b/.tekton/console-plugin-1-19-console-plugin-push.yaml @@ -33,7 +33,7 @@ spec: value: .konflux/dockerfiles/console-plugin.Dockerfile - name: prefetch-input value: | - [{"type": "rpm", "path": ".konflux/rpms"}, {"type": "yarn"}] + {"type": "rpm", "path": ".konflux/rpms"} pipelineRef: name: docker-build-ta taskRunTemplate: