Skip to content

Commit

Permalink
ci(circle): validate commits from origin/master
Browse files Browse the repository at this point in the history
The local reference `master` isn't automatically created, and might be nonexistent.
  • Loading branch information
adonis0302 committed Jul 5, 2017
1 parent d0b82d7 commit 44b2a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- "node_modules"
- run:
name: Validating commit messages
command: yarn commitplease master..HEAD
command: yarn commitplease origin/master..HEAD
- run:
name: Linting code
command: yarn lint:ts
Expand Down

0 comments on commit 44b2a90

Please sign in to comment.