Merge pull request #1421 from containous/move-crossbinary-travis-deploy
Move make cross binary to Travis deploy step
This commit is contained in:
commit
bd127168b3
1 changed files with 1 additions and 2 deletions
|
@ -31,10 +31,9 @@ script:
|
||||||
- travis_retry make test-integration
|
- travis_retry make test-integration
|
||||||
after_failure:
|
after_failure:
|
||||||
- docker ps
|
- docker ps
|
||||||
after_success:
|
before_deploy:
|
||||||
- make crossbinary
|
- make crossbinary
|
||||||
- make image
|
- make image
|
||||||
before_deploy:
|
|
||||||
- mkdocs build --clean
|
- mkdocs build --clean
|
||||||
- tar cfz dist/traefik-${VERSION}.src.tar.gz --exclude-vcs --exclude dist .
|
- tar cfz dist/traefik-${VERSION}.src.tar.gz --exclude-vcs --exclude dist .
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue