Compare commits
No commits in common. "463804fff71cc3ca428b2fa8472c3d1dee3c9290" and "9b5ad472c75456db1e2b9607a32f1ffdb93749c2" have entirely different histories.
463804fff7
...
9b5ad472c7
1 changed files with 1 additions and 12 deletions
11
.drone.yml
11
.drone.yml
|
@ -2,13 +2,6 @@ kind: pipeline
|
|||
name: default
|
||||
|
||||
steps:
|
||||
- name: test_draftbot
|
||||
image: golang
|
||||
commands:
|
||||
- cd ./draftbot
|
||||
- GOPROXY=https://modules.fromouter.space go mod download
|
||||
- CGO_ENABLED=0 go test .
|
||||
|
||||
- name: build_draftbot
|
||||
image: golang
|
||||
commands:
|
||||
|
@ -36,7 +29,3 @@ steps:
|
|||
- push
|
||||
- tag
|
||||
branch: master
|
||||
|
||||
volumes:
|
||||
- name: gopath
|
||||
temp: {}
|
Loading…
Reference in a new issue