This commit is contained in:
2024-04-25 21:13:35 +02:00
parent cde389e56b
commit 93bf2bbce6
2 changed files with 2 additions and 4 deletions

View File

@@ -262,8 +262,7 @@ spec:
taskRef: taskRef:
name: kube-linter name: kube-linter
workspaces: workspaces:
- name: shared-workspace - name: source
workspace: source
- name: publish-docker - name: publish-docker
runAfter: ["lint-md","lint-kube","lint-make","lint-shell","lint-docker","lint-yaml","lint-black","lint-python"] runAfter: ["lint-md","lint-kube","lint-make","lint-shell","lint-docker","lint-yaml","lint-black","lint-python"]
when: when:

View File

@@ -246,8 +246,7 @@ spec:
taskRef: taskRef:
name: kube-linter name: kube-linter
workspaces: workspaces:
- name: shared-workspace - name: source
workspace: source
- name: publish-docker - name: publish-docker
runAfter: ["lint-md","lint-kube","lint-make","lint-shell","lint-docker","lint-yaml","lint-black","lint-python"] runAfter: ["lint-md","lint-kube","lint-make","lint-shell","lint-docker","lint-yaml","lint-black","lint-python"]
when: when: