oops, forgot to add python
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Harvey Tindall 2021-01-15 22:18:53 +00:00
parent bda0879199
commit 2c3c989480
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 1 additions and 7 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: build
image: golang:latest
commands:
- apt install -y curl
- apt install -y python3-pip curl
- go mod download
- curl -sL https://git.io/goreleaser > goreleaser.sh
- chmod +x goreleaser.sh

View File

@ -1,6 +0,0 @@
FROM golang:latest
COPY . /opt/build
RUN cd /opt/build && go build *.go