Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
Former-commit-id: fe1ab6bcb3df1c2109bf3f73b28fa7be87a6a795 [formerly fe1ab6bcb3df1c2109bf3f73b28fa7be87a6a795 [formerly 8c0df93]]
Former-commit-id: 6d4a49a88c23cd0d164e0923229fffe0ec8c8615
Former-commit-id: 4fd4d16
  • Loading branch information
Aren Chen committed Jun 20, 2018
1 parent c40ed50 commit e937088
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ before_deploy:

deploy:
provider: script
script:
docker tag sdnvortex/vortex sdnvortex/vortex:develop
docker push sdnvortex/vortex:develop
script: docker tag sdnvortex/vortex sdnvortex/vortex:develop && docker push sdnvortex/vortex:develop
on:
branch: develop

Expand Down

0 comments on commit e937088

Please sign in to comment.