@@ -54,19 +54,19 @@ steps:
54
54
- echo "Ensuring binary is statically linked ..." && (file $PWD/bin/starsd | grep "statically linked")
55
55
environment :
56
56
GOPROXY : http://goproxy
57
- - name : coverage
58
- image : plugins/codecov
59
- volumes :
60
- - name : cache
61
- path : /go
62
- settings :
63
- required : true
64
- token :
65
- from_secret : codecov-token
66
- when :
67
- event :
68
- - push
69
- - pull_request
57
+ # - name: coverage
58
+ # image: plugins/codecov
59
+ # volumes:
60
+ # - name: cache
61
+ # path: /go
62
+ # settings:
63
+ # required: true
64
+ # token:
65
+ # from_secret: codecov-token
66
+ # when:
67
+ # event:
68
+ # - push
69
+ # - pull_request
70
70
- name : publish-alpha
71
71
image : plugins/docker
72
72
settings :
@@ -130,15 +130,15 @@ steps:
130
130
- ' /go/pkg/mod'
131
131
when :
132
132
branch : no-cache
133
- - name : discord
134
- image : appleboy/drone-discord
135
- settings :
136
- webhook_id :
137
- from_secret : discord_webhook_id
138
- webhook_token :
139
- from_secret : discord_webhook_token
140
- when :
141
- status : [success, failure]
133
+ # - name: discord
134
+ # image: appleboy/drone-discord
135
+ # settings:
136
+ # webhook_id:
137
+ # from_secret: discord_webhook_id
138
+ # webhook_token:
139
+ # from_secret: discord_webhook_token
140
+ # when:
141
+ # status: [success, failure]
142
142
143
143
volumes :
144
144
- name : cache
@@ -234,15 +234,15 @@ steps:
234
234
pull : always
235
235
commands :
236
236
- /bin/sh ./scripts/ci/test-ica.sh
237
- - name : discord
238
- image : appleboy/drone-discord
239
- settings :
240
- webhook_id :
241
- from_secret : discord_webhook_id
242
- webhook_token :
243
- from_secret : discord_webhook_token
244
- when :
245
- status : [success, failure]
237
+ # - name: discord
238
+ # image: appleboy/drone-discord
239
+ # settings:
240
+ # webhook_id:
241
+ # from_secret: discord_webhook_id
242
+ # webhook_token:
243
+ # from_secret: discord_webhook_token
244
+ # when:
245
+ # status: [success, failure]
246
246
247
247
trigger :
248
248
branch :
@@ -398,15 +398,15 @@ steps:
398
398
pull : always
399
399
commands :
400
400
- /bin/sh ./scripts/ci/upgrade/test-ica.sh
401
- - name : discord
402
- image : appleboy/drone-discord
403
- settings :
404
- webhook_id :
405
- from_secret : discord_webhook_id
406
- webhook_token :
407
- from_secret : discord_webhook_token
408
- when :
409
- status : [success, failure]
401
+ # - name: discord
402
+ # image: appleboy/drone-discord
403
+ # settings:
404
+ # webhook_id:
405
+ # from_secret: discord_webhook_id
406
+ # webhook_token:
407
+ # from_secret: discord_webhook_token
408
+ # when:
409
+ # status: [success, failure]
410
410
411
411
trigger :
412
412
branch :
0 commit comments