From b6b21fd38f593574860f8cf08a9936ec1e4678af Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 15 Jan 2020 02:21:58 +0000 Subject: [PATCH] fix config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 76ea898..f12081a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: