aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2019-06-26 21:51:25 +0200
committerFeuerfuchs <git@feuerfuchs.dev>2019-06-26 21:51:25 +0200
commit2986f020c87a69224233292969d817de6155e658 (patch)
treee012e5d2b60ece9c38ee8dff8b0a527fe6dfdf17 /.drone.yml
parentFix URL regex for ending slashes (diff)
downloadgopherproxy-2986f020c87a69224233292969d817de6155e658.tar.gz
gopherproxy-2986f020c87a69224233292969d817de6155e658.tar.bz2
gopherproxy-2986f020c87a69224233292969d817de6155e658.zip
Code cleanup
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index 0065a03..0000000
--- a/.drone.yml
+++ /dev/null
@@ -1,22 +0,0 @@
1kind: pipeline
2name: default
3
4steps:
5 - name: build
6 image: golang:latest
7 commands:
8 - make test
9
10 - name: coverage
11 image: plugins/codecov
12 settings:
13 token:
14 from_secret: codecov-token
15
16 - name: notify
17 image: plugins/webhook
18 urls: https://msgbus.mills.io/ci.mills.io
19 when:
20 status:
21 - success
22 - failure