diff --git a/.drone.yml b/.drone.yml index 2293826..0e3d81f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,12 @@ platform: os: linux steps: +- name: build + image: golang + commands: + - go get + - go build + - name: publish image: plugins/docker:18 settings: