You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
363 B

8 years ago
pipeline:
clone:
image: plugins/git
build:
image: golang
8 years ago
environment:
GOPATH: /drone
8 years ago
commands:
8 years ago
- go version
- go env
8 years ago
- make build
slack:
image: plugins/slack
webhook: https://hooks.slack.com/services/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
8 years ago
channel: build
when:
status: [ success, failure ]