diff --git a/.drone.yml b/.drone.yml index 04f59a2..c808fb9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,19 +1,16 @@ pipeline: build: image: golang - group: build commands: - go get -v -d ./... - sh build_plugins.sh - go build . test: image: golang - group: build secrets: [ test_api_token ] environment: [ test_api_token ] commands: - go get -v -d ./... - - sh build_plugins.sh - go test ./... publish: image: plugins/docker