Skip to content

Commit 372a59e

Browse files
vkrizanjdobes
authored andcommitted
fix(renovate): move rpmlock to root
Moves rpm lock files for hermetic builds to the root of the repository to workaround the issue with set up Renovate postUpdateTasks for dockerfile manager. RHINENG-24035
1 parent 89329e3 commit 372a59e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.tekton/vulnerability-engine-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
- name: hermetic
3535
value: "true"
3636
- name: prefetch-input
37-
value: '[{"type": "pip", "path": ".", "requirements_files": ["requirements.txt", "requirements-build.txt", "requirements-extra.txt"]}, {"type": "rpm", "path": "./.hermetic_builds"}]'
37+
value: '[{"type": "pip", "path": ".", "requirements_files": ["requirements.txt", "requirements-build.txt", "requirements-extra.txt"]}, {"type": "rpm", "path": "."}]'
3838
- name: prefetch-dev-package-managers
3939
value: "true"
4040
pipelineRef:

.tekton/vulnerability-engine-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- name: hermetic
3232
value: "true"
3333
- name: prefetch-input
34-
value: '[{"type": "pip", "path": ".", "requirements_files": ["requirements.txt", "requirements-build.txt", "requirements-extra.txt"]}, {"type": "rpm", "path": "./.hermetic_builds"}]'
34+
value: '[{"type": "pip", "path": ".", "requirements_files": ["requirements.txt", "requirements-build.txt", "requirements-extra.txt"]}, {"type": "rpm", "path": "."}]'
3535
- name: prefetch-dev-package-managers
3636
value: "true"
3737
pipelineRef:

0 commit comments

Comments
 (0)