Move make cross binary to Travis deploy step
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
d8c21639f7
commit
1ecdadb283
1 changed files with 1 additions and 2 deletions
|
@ -31,10 +31,9 @@ script:
|
|||
- travis_retry make test-integration
|
||||
after_failure:
|
||||
- docker ps
|
||||
after_success:
|
||||
before_deploy:
|
||||
- make crossbinary
|
||||
- make image
|
||||
before_deploy:
|
||||
- mkdocs build --clean
|
||||
- tar cfz dist/traefik-${VERSION}.src.tar.gz --exclude-vcs --exclude dist .
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue