Browse Source

gopath

drone-ci
Unknwon 8 years ago
parent
commit
7af0a664dd
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 8
      .drone.yml

8
.drone.yml

@ -1,8 +1,12 @@
workspace:
pipeline:
clone:
image: plugins/git
build:
image: golang
environment:
GOPATH: /drone
commands:
- go version
- go env
@ -12,4 +16,6 @@ pipeline:
slack:
image: plugins/slack
webhook: https://hooks.slack.com/services/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
channel: build
channel: build
when:
status: [ success, failure ]
Loading…
Cancel
Save