File tree Expand file tree Collapse file tree 1 file changed +35
-35
lines changed Expand file tree Collapse file tree 1 file changed +35
-35
lines changed Original file line number Diff line number Diff line change @@ -211,41 +211,41 @@ pipeline:
211211 when :
212212 event : [ push, tag, pull_request ]
213213
214- bench-sqlite :
215- image : golang:1.12
216- pull : true
217- group : bench
218- commands :
219- - make bench-sqlite
220- when :
221- event : [ tag ]
222-
223- bench-mysql :
224- image : golang:1.12
225- pull : true
226- group : bench
227- commands :
228- - make bench-mysql
229- when :
230- event : [ tag ]
231-
232- bench-mssql :
233- image : golang:1.12
234- pull : true
235- group : bench
236- commands :
237- - make bench-mssql
238- when :
239- event : [ tag ]
240-
241- bench-pgsql :
242- image : golang:1.12
243- pull : true
244- group : bench
245- commands :
246- - make bench-pgsql
247- when :
248- event : [ tag ]
214+ # bench-sqlite:
215+ # image: golang:1.12
216+ # pull: true
217+ # group: bench
218+ # commands:
219+ # - make bench-sqlite
220+ # when:
221+ # event: [ tag ]
222+
223+ # bench-mysql:
224+ # image: golang:1.12
225+ # pull: true
226+ # group: bench
227+ # commands:
228+ # - make bench-mysql
229+ # when:
230+ # event: [ tag ]
231+
232+ # bench-mssql:
233+ # image: golang:1.12
234+ # pull: true
235+ # group: bench
236+ # commands:
237+ # - make bench-mssql
238+ # when:
239+ # event: [ tag ]
240+
241+ # bench-pgsql:
242+ # image: golang:1.12
243+ # pull: true
244+ # group: bench
245+ # commands:
246+ # - make bench-pgsql
247+ # when:
248+ # event: [ tag ]
249249
250250 generate-coverage :
251251 image : golang:1.12
You can’t perform that action at this time.
0 commit comments