Skip to content

Commit

Permalink
[ci] Attempt to fix skip_unless_changed on macs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski committed Apr 24, 2020
1 parent 888a136 commit d7ba626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -29,7 +29,7 @@ commands:
echo "No previous successful build detected for branch $CIRCLE_BRANCH"
else
echo "Previous successful build detected for branch $CIRCLE_BRANCH"
if git show --pretty=oneline -q $LAST_SUCCESSFUL_COMMIT_ON_BRANCH; then
if TERM=xterm git show --pretty=%H -q $LAST_SUCCESSFUL_COMMIT_ON_BRANCH; then
GIT_BASE_REVISION=$LAST_SUCCESSFUL_COMMIT_ON_BRANCH
else
echo "Commit not found, it might have been rebased out of the branch."
Expand Down

0 comments on commit d7ba626

Please sign in to comment.