CircleCI 2.1 pipelines disable the CIRCLE_COMPARE_URL environment variable, useful when working with monorepo projects. This orb manually recreates (and improves!) it.
this way, in circleci-images, for example, we don't need to run the orb a million times (& if it's running in a job w/ parallelism, etc, it's even worse...)
add option to use job, instead of command
this way, in circleci-images, for example, we don't need to run the orb a million times (& if it's running in a job w/ parallelism, etc, it's even worse...)
refactor orb to use destructured syntax
otherwise it would be a bit messy by now