Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
fix(ci): patch sem-rel
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Jan 29, 2018
1 parent 0741f4b commit a2c7494
Show file tree
Hide file tree
Showing 3 changed files with 1,251 additions and 598 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo " login $SURGE_LOGIN" >> ~/.netrc
echo " password $SURGE_TOKEN" >> ~/.netrc
git config --global user.email "gh-pages@localhost" && git config --global user.name "npm gh-pages"
if [ "$CI_BRANCH" != "master" ]; then npm run ci:update-pull-request-with-styleguide || true; fi
if [ "$CIRCLE_BRANCH" != "master" ]; then npm run ci:update-pull-request-with-styleguide || true; fi
# cut a release
- run:
Expand Down
Loading

0 comments on commit a2c7494

Please sign in to comment.