diff --git a/.drone.yml b/.drone.yml index cae466a..0fafc39 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,17 +2,20 @@ workspace: base: /srv/app path: src/github.com/appleboy/drone-ssh -pipeline: - clone: +clone: + git: image: plugins/git + depth: 50 tags: true +pipeline: test: image: appleboy/golang-testing pull: true environment: TAGS: netgo GOPATH: /srv/app + secrets: [ codecov_token ] commands: - make ssh-server - make vet