From 5fede89f5997bbaa07b7b72f2664b55e8b20f5af Mon Sep 17 00:00:00 2001 From: Marcus Kok Date: Mon, 13 Jan 2025 11:01:11 -0500 Subject: [PATCH] rearrange prefetching --- .tekton/quay-test-pull-request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/quay-test-pull-request.yaml b/.tekton/quay-test-pull-request.yaml index 5b56e38198..79bcf26c1a 100644 --- a/.tekton/quay-test-pull-request.yaml +++ b/.tekton/quay-test-pull-request.yaml @@ -35,9 +35,9 @@ spec: [ {"type": "gomod", "path": "config-tool"}, {"type": "pip", "path": ".", "requirements_files": ["requirements-cache.txt"]}, + {"type": "rpm", "path": "."}, {"type": "npm", "path": "web"}, - {"type": "npm", "path": "."}, - {"type": "rpm", "path": "."} + {"type": "npm", "path": "."} ] pipelineSpec: description: |