Fix script release command.
Fixes failed Travis deploys since it only supports a single command. see: https://github.com/travis-ci/dpl/issues/673
This commit is contained in:
parent
ef4422572c
commit
503f964882
@ -26,9 +26,7 @@ services:
|
|||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script:
|
script: make release
|
||||||
- make test_race
|
|
||||||
- make release
|
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
# it's important to build on the newest version of go:
|
# it's important to build on the newest version of go:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user