Skip to content

Commit fa0d2f0

Browse files
author
mohit
committed
Update .drone.yml to v3: publish False, notify: True
1 parent c99a19e commit fa0d2f0

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.drone.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
image: python2.7
2-
script:
3-
- pip install -r test/requirements.txt
4-
- python setup.py develop && python setup.py test
52
notify:
63
email:
74
recipients:
8-
9-
hipchat:
10-
room: Clever-Dev-CI
11-
token: {{hipchatToken}}
12-
on_started: true
13-
on_success: true
5+
6+
slack:
147
on_failure: true
8+
on_started: false
9+
on_success: false
10+
webhook_url: $$slack_webhook
11+
script:
12+
- pip install -r test/requirements.txt
13+
- python setup.py develop && python setup.py test

0 commit comments

Comments
 (0)