compare-url
compare-url copied to clipboard
CircleCI 2.1 pipelines disable the CIRCLE_COMPARE_URL environment variable, useful when working with monorepo projects. This orb manually recreates (and improves!) it.
The RETURN_CODE was not properly set in cases where the `git merge-base --is-ancestor` call returned successfully after a previous unsuccessful result. I tried testing the fix by manually inserting the...
https://circleci.com/docs/2.0/pipeline-variables/#pipeline-values CIRCLE_COMPARE_URL: >/compare/>..
### Checklist - [x] All new jobs, commands, executors, parameters have descriptions (not relevant here) - [x] Examples have been added for any significant new features (not relevant here) -...
### Orb version 1.2.0 ### What happened ``` ---------------------------------------------------------------------------------------------------- commit [DELETED] from job 18253 is not an ancestor of the current commit ---------------------------------------------------------------------------------------------------- % Total % Received % Xferd Average...
### Orb version 1.2.0 ### What happened After creating a new branch in our monorepo, compare-url Reconstruct step never finds an ancestor commit. It will loop all the way to...
### Orb version 1.1.0 ### What happened attempting to include `-compare-url/reconstruct` as a step, fails with `Exited with code 1` ``` checking if cicd is a new branch... ---------------------------------------------------------------------------------------------------- %...
### Orb version 1.2.0 ### What happened Because `force push` behaviour is changing the commit history, this becomes a bit problematic for `compare-url` as it will make `git diff `...
Javascript is much more powerful than bash scripts and it is also more testable what about creating a javascript package para implement this whole bash logic? it is more easy...
Hi, I added `shell-options` parameter. please review 🙏 ### Checklist - [x] All new jobs, commands, executors, parameters have descriptions - [x] Examples have been added for any significant new...
### Orb version `0.4.9` ### What happened When using the `reconstruct` job in `alpine` image, whih doesn't have `bash`, the job cannot complete due to the following error: ``` sh:...