fix config
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Jay 2020-01-15 02:21:58 +00:00
parent 350a7f99a2
commit b6b21fd38f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ name: test and build image
steps:
- name: test code
image: golang:1-alpine
command:
commands:
- apk add --no-cache build-base make
- make test
when: