Skip to content

Commit

Permalink
fix release process by removing autogen doc stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zaquestion committed Dec 5, 2017
1 parent 3f70d76 commit 2723a0e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ after_success:

deploy:
provider: script
script:
- (cd docs && go run main.go && sed -i 's|lab.md|index.md|' *.md && mv lab.md index.md)
- git remote add origin-lab https://${GITHUB_TOKEN}@github.com/zaquestion/lab.git > /dev/null 2>&1
- git checkout master && git commit -am "(docs) ${TRAVIS_TAG}" && git push origin-lab master
- curl -sL https://git.io/goreleaser | bash
script: curl -sL https://git.io/goreleaser | bash
on:
branch: master
tags: true
Expand Down

0 comments on commit 2723a0e

Please sign in to comment.