Skip to content

Commit

Permalink
[circleci] fix git freeze. (facebookresearch#1611)
Browse files Browse the repository at this point in the history
* [circleci] fix git freeze.

* Try try again.
  • Loading branch information
stephenroller authored Apr 4, 2019
1 parent 8d71825 commit b336488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fixgit: &fixgit
git merge master --commit --no-edit || git checkout -f "$CIRCLE_BRANCH"
fi
git status
git log --oneline HEAD~10..HEAD
git --no-pager log --oneline HEAD~10..HEAD | head
setup: &setup
run:
Expand Down

0 comments on commit b336488

Please sign in to comment.