nrwl / nx-orb

✨ A CircleCI Orb which includes helpful commands for running Nx commands in the CI
https://github.com/nrwl/nx-orb
MIT License
20 stars 25 forks source link

[semver: minor] support CircleCI Enterprise setups #26

Closed acburdine closed 2 years ago

acburdine commented 2 years ago

closes #23

this approach extracts the CircleCI hostname from the build URL, along with the project path. It's a bit of a naive regex, but given that CircleCI Build URLs have a consistent format, it should be good enough.

meeroslav commented 2 years ago

Thanks for the PR. I made a small change to regex. Please check on your project to make sure this works, since I have no access to Enterprise CirclecCI env.

acburdine commented 2 years ago

@meeroslav I confirmed the fixed regex works - thanks!

meeroslav commented 2 years ago

Thank you! Rolling out the new version