diff --git a/.drone.yml b/.drone.yml index f6ab2c1..934185f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,8 +19,6 @@ steps: - go mod init test-drone - go mod tidy - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o test-drone - #when: - #target: [ "test","pre" ] - name: docker-push image: plugins/docker