Skip to content

Commit

Permalink
amend: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simlu committed Mar 3, 2019
1 parent c1ef24e commit 54694dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- run: yarn test
- run:
command: |
if [[ -z $CIRCLE_PR_USERNAME ]]; then
if [[ "$CIRCLE_BRANCH" =~ ^pull\/* ]]; then
(git add . && git diff-index --quiet HEAD --) || (git status && exit 1)
fi
- run:
Expand All @@ -82,7 +82,7 @@ jobs:
- run: yarn test
- run:
command: |
if [[ -z $CIRCLE_PR_USERNAME ]]; then
if [[ "$CIRCLE_BRANCH" =~ ^pull\/* ]]; then
(git add . && git diff-index --quiet HEAD --) || (git status && exit 1)
fi
release:
Expand Down

0 comments on commit 54694dc

Please sign in to comment.