mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +00:00
25 lines
424 B
YAML
25 lines
424 B
YAML
|
image: bradrydzewski/go:1.3
|
||
|
script:
|
||
|
- make test
|
||
|
notify:
|
||
|
email:
|
||
|
recipients:
|
||
|
- drone@clever.com
|
||
|
hipchat:
|
||
|
room: Clever-Dev-CI
|
||
|
token: {{hipchat_token}}
|
||
|
on_started: true
|
||
|
on_success: true
|
||
|
on_failure: true
|
||
|
publish:
|
||
|
github:
|
||
|
branch: master
|
||
|
script:
|
||
|
- make release
|
||
|
artifacts:
|
||
|
- release
|
||
|
tag: v$(cat VERSION)
|
||
|
token: {{github_token}}
|
||
|
user: Clever
|
||
|
repo: gitsem
|