Skip to content

Commit

Permalink
rearrange prefetching
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Jan 13, 2025
1 parent 5c721db commit 5fede89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/quay-test-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5fede89

Please sign in to comment.