fix
This commit is contained in:
@@ -31,9 +31,6 @@ spec:
|
||||
type: string
|
||||
- name: branch-name
|
||||
type: string
|
||||
- name: on-error
|
||||
type: string
|
||||
default: continue
|
||||
finally:
|
||||
- name: cleanup
|
||||
taskRef:
|
||||
@@ -148,7 +145,7 @@ spec:
|
||||
workspaces:
|
||||
- name: source
|
||||
- name: lint-shell
|
||||
onError: $(params.on-error)
|
||||
onError: continue
|
||||
when:
|
||||
- input: "lint-shell"
|
||||
operator: in
|
||||
@@ -162,7 +159,7 @@ spec:
|
||||
- name: shared-workspace
|
||||
workspace: source
|
||||
- name: lint-shell-custom
|
||||
onError: $(params.on-error)
|
||||
onError: continue
|
||||
when:
|
||||
- input: "lint-shell-custom"
|
||||
operator: in
|
||||
@@ -183,7 +180,7 @@ spec:
|
||||
- name: shared-workspace
|
||||
workspace: source
|
||||
- name: lint-docker
|
||||
onError: $(params.on-error)
|
||||
onError: continue
|
||||
when:
|
||||
- input: "lint-docker"
|
||||
operator: in
|
||||
@@ -197,7 +194,7 @@ spec:
|
||||
workspaces:
|
||||
- name: source
|
||||
- name: lint-docker-custom
|
||||
onError: $(params.on-error)
|
||||
onError: continue
|
||||
when:
|
||||
- input: "lint-docker-custom"
|
||||
operator: in
|
||||
@@ -218,7 +215,7 @@ spec:
|
||||
workspaces:
|
||||
- name: source
|
||||
- name: lint-yaml
|
||||
onError: $(params.on-error)
|
||||
onError: continue
|
||||
when:
|
||||
- input: "lint-yaml"
|
||||
operator: in
|
||||
@@ -232,7 +229,7 @@ spec:
|
||||
- name: shared-workspace
|
||||
workspace: source
|
||||
- name: lint-yaml-custom
|
||||
onError: $(params.on-error)
|
||||
onError: continue
|
||||
when:
|
||||
- input: "lint-yaml-custom"
|
||||
operator: in
|
||||
@@ -253,7 +250,7 @@ spec:
|
||||
- name: shared-workspace
|
||||
workspace: source
|
||||
- name: lint-black
|
||||
onError: $(params.on-error)
|
||||
onError: continue
|
||||
when:
|
||||
- input: "lint-black"
|
||||
operator: in
|
||||
@@ -267,7 +264,7 @@ spec:
|
||||
- name: shared-workspace
|
||||
workspace: source
|
||||
- name: lint-black-custom
|
||||
onError: $(params.on-error)
|
||||
onError: continue
|
||||
when:
|
||||
- input: "lint-black-custom"
|
||||
operator: in
|
||||
@@ -288,7 +285,7 @@ spec:
|
||||
- name: shared-workspace
|
||||
workspace: source
|
||||
- name: lint-python
|
||||
onError: $(params.on-error)
|
||||
onError: continue
|
||||
when:
|
||||
- input: "lint-python"
|
||||
operator: in
|
||||
@@ -302,7 +299,7 @@ spec:
|
||||
- name: shared-workspace
|
||||
workspace: source
|
||||
- name: lint-python-custom
|
||||
onError: $(params.on-error)
|
||||
onError: continue
|
||||
when:
|
||||
- input: "lint-python"
|
||||
operator: in
|
||||
@@ -323,7 +320,7 @@ spec:
|
||||
- name: shared-workspace
|
||||
workspace: source
|
||||
- name: lint-custom
|
||||
onError: $(params.on-error)
|
||||
onError: continue
|
||||
when:
|
||||
- input: "lint-custom"
|
||||
operator: in
|
||||
|
||||
Reference in New Issue
Block a user