CIRCLE_COMPARE_URL is empty

Cheap badass workaround for me is to check diff between last merged PR SHA and HEAD.

However this would work only with PR/merge, PR/merge, etc flow. This is super fragile.

git diff $(git log --merges --pretty=format:‘%h’ -n1 HEAD~1)…HEAD

Waiting for a decisive fix from CircleCI! PLEASE. PLEASE. PLEASE.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.