Skip to content

Commit 606fde8

Browse files
committed
disable plugins
1 parent 6460650 commit 606fde8

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

.drone.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ steps:
5454
- echo "Ensuring binary is statically linked ..." && (file $PWD/bin/starsd | grep "statically linked")
5555
environment:
5656
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
7070
- name: publish-alpha
7171
image: plugins/docker
7272
settings:
@@ -130,15 +130,15 @@ steps:
130130
- '/go/pkg/mod'
131131
when:
132132
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]
142142

143143
volumes:
144144
- name: cache
@@ -234,15 +234,15 @@ steps:
234234
pull: always
235235
commands:
236236
- /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]
246246

247247
trigger:
248248
branch:
@@ -398,15 +398,15 @@ steps:
398398
pull: always
399399
commands:
400400
- /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]
410410

411411
trigger:
412412
branch:

0 commit comments

Comments
 (0)