File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -109,18 +109,18 @@ spec:
109
109
- name : deleteExisting
110
110
value : " $(params.deleteExisting)"
111
111
112
- # - name: go-lint
113
- # when:
114
- # - input: "$(params.runOptional)"
115
- # operator: in
116
- # values: ["true"]
117
- # taskRef:
118
- # name: go-lint-task
119
- # runAfter:
120
- # - fetch-repository
121
- # workspaces:
122
- # - name: source
123
- # workspace: source
112
+ - name : go-lint
113
+ when :
114
+ - input : " $(params.runOptional)"
115
+ operator : in
116
+ values : ["true"]
117
+ taskRef :
118
+ name : go-lint-task
119
+ runAfter :
120
+ - fetch-repository
121
+ workspaces :
122
+ - name : source
123
+ workspace : source
124
124
125
125
- name : go-test
126
126
when :
@@ -130,8 +130,8 @@ spec:
130
130
taskRef :
131
131
name : go-test-task
132
132
runAfter :
133
- # - go-lint
134
- - fetch-repository
133
+ - go-lint
134
+ # - fetch-repository
135
135
workspaces :
136
136
- name : source
137
137
workspace : source
You can’t perform that action at this time.
0 commit comments