Skip to content

Commit

Permalink
chore(build): Release using github token rather than ssh auth. (#30)
Browse files Browse the repository at this point in the history
Giving up on trying to make semantic release work with ssh auth, while it's documented the command continually fails because there's a check to use the token that it can't progress past.

I'm going to also clean up travis to get rid of all the superfluous environment variables.
  • Loading branch information
dtardoin-eb authored and BenAtEventbrite committed Apr 19, 2018
1 parent d309ea8 commit a54f289
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,3 @@ cache: yarn
# (will move this to the release step once that's implemented)
script: yarn run validate && yarn run build

deploy:
provider: script
skip_cleanup: true
script: bash _scripts/deploy.sh

21 changes: 0 additions & 21 deletions _scripts/deploy.sh

This file was deleted.

0 comments on commit a54f289

Please sign in to comment.