iynere / compare-url

CircleCI 2.1 pipelines disable the CIRCLE_COMPARE_URL environment variable, useful when working with monorepo projects. This orb manually recreates (and improves!) it.
https://circleci.com/orbs/registry/orb/iynere/compare-url
32 stars 20 forks source link

Refactor / add job #10

Closed iynere closed 5 years ago

iynere commented 5 years ago

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

iynere commented 5 years ago

also add integration testing flow