File tree 1 file changed +14
-12
lines changed
1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -121,18 +121,20 @@ spec:
121
121
- name : source
122
122
workspace : source
123
123
124
- - name : go-test
125
- when :
126
- - input : " $(params.runOptional)"
127
- operator : in
128
- values : ["true"]
129
- taskRef :
130
- name : go-test-task
131
- runAfter :
132
- - go-lint
133
- workspaces :
134
- - name : source
135
- workspace : source
124
+ # Testing currently disabled, this repo is a fork of a public repo.
125
+ # We have to configure cluster to match tests, or better, change the tests.
126
+ # - name: go-test
127
+ # when:
128
+ # - input: "$(params.runOptional)"
129
+ # operator: in
130
+ # values: ["true"]
131
+ # taskRef:
132
+ # name: go-test-task
133
+ # runAfter:
134
+ # - go-lint
135
+ # workspaces:
136
+ # - name: source
137
+ # workspace: source
136
138
137
139
- name : go-build
138
140
when :
You can’t perform that action at this time.
0 commit comments