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

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