Update '.drone.yml'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
289e178405
commit
83daef5c6a
10
.drone.yml
10
.drone.yml
|
@ -8,4 +8,12 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: gcc
|
image: gcc
|
||||||
commands:
|
commands:
|
||||||
- make
|
- make
|
||||||
|
|
||||||
|
- name: Discord notification
|
||||||
|
image: appleboy/drone-discord
|
||||||
|
settings:
|
||||||
|
webhook_id:
|
||||||
|
from_secret: webhook_id
|
||||||
|
webhook_token:
|
||||||
|
from_secret: webhook_token
|
Loading…
Reference in New Issue