Skip to content

Commit

Permalink
Revert "Ship docker image by Travis"
Browse files Browse the repository at this point in the history
This reverts commit 621605c.
  • Loading branch information
blue-jam committed Aug 13, 2019
1 parent 77c6cc7 commit 272ec2f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,3 @@ script:
- docker build -t rime-example .
- docker run -it rime-example rime test
- popd

deploy:
provider: script
script:
- echo "$DOCKER_SECRET" | docker login -u "$DOCKER_USER" --password-stdin >/dev/null 2>&1
- docker push bluejamkmy/rime-docker
on:
repo: blue-jam/rime-docker
branch: master

0 comments on commit 272ec2f

Please sign in to comment.