Skip to content

Commit

Permalink
fix(roc-plugin-repo): Synced against our Git remote when doing a release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Sep 18, 2017
1 parent 9eaae57 commit 4fd9274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/roc-plugin-repo/src/commands/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default projects => ({
task: () =>
execa
.shell(
`git rev-list --count --left-only ${isCI &&
`git fetch && git rev-list --count --left-only ${isCI &&
process.env.TRAVIS_BRANCH
? process.env.TRAVIS_BRANCH
: ''}@{u}...HEAD`,
Expand Down

0 comments on commit 4fd9274

Please sign in to comment.