Skip to content

Commit 7d97f1d

Browse files
committed
💚 CI
1 parent 2408edc commit 7d97f1d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.drone.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ platform:
55
arch: amd64
66

77
steps:
8+
- name: fetch
9+
image: docker:git
10+
commands:
11+
- git fetch --tags
12+
813
- name: lint
914
image: golang
1015
volumes:
@@ -13,6 +18,10 @@ steps:
1318
commands:
1419
- go get -u golang.org/x/lint/golint
1520
- golint
21+
when:
22+
event:
23+
exclude:
24+
- tag
1625

1726
- name: release
1827
image: golang

0 commit comments

Comments
 (0)