This commit is contained in:
2024-04-24 17:53:21 +02:00
parent 23405a43c3
commit c21c7c5b73
6 changed files with 435 additions and 92 deletions

View File

@@ -214,6 +214,20 @@ spec:
workspaces:
- name: shared-workspace
workspace: source
- name: lint-python
onError: continue
when:
- input: "lint-python"
operator: in
values: ["$(tasks.detect-stages.results.stages-lint[*])"]
params:
- name: args
value: $(tasks.detect-stages.results.pylint-args)
taskRef:
name: pylint
workspaces:
- name: shared-workspace
workspace: source
- name: publish-docker
runAfter: ["lint-shell","lint-docker","lint-yaml","lint-black","lint-python"]
when: