We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9388996 commit 4efbf3fCopy full SHA for 4efbf3f
.drone.yml
@@ -6,11 +6,24 @@ pipeline:
6
- pip install -r test_requirements.txt
7
- python tests/interface_test.py
8
9
+
10
+ slack:
11
+ image: plugins/slack
12
+ webhook: https://hooks.slack.com/services/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
13
+ channel: python-gogs-client
14
+ template: >
15
+ {{#success build.status}}
16
+ build {{build.number}} succeeded. Good job.
17
+ {{else}}
18
+ build {{build.number}} failed. Fix me please.
19
+ {{/success}}
20
21
matrix:
22
PYTHON_VERSION:
23
- 2.7
24
- 3.3
25
- 3.4
26
- 3.5
27
-branches: [ master, feature/* ]
28
+branches: [ master, feature/* ]
29
0 commit comments