docs: minor fix in get-commit-range.js docs (#31049)

PR Close #31049
This commit is contained in:
George Kalpakas 2019-06-14 12:45:42 +03:00 committed by Andrew Kushnir
parent 799d1fd333
commit 5d24a75ac9

View File

@ -6,9 +6,9 @@
* node get-commit-range <build-number> [<compare-url> [<circle-token>]] * node get-commit-range <build-number> [<compare-url> [<circle-token>]]
* ``` * ```
* *
* Returns the value of the `CIRCLE_COMPARE_URL` environment variable (if defined) or, if this is * Returns the commit range, either extracting it from `compare-url` (if defined), which is of the
* not a PR build (i.e. `CIRCLE_PR_NUMBER` is not defined), retrieves the equivalent of * format of the `CIRCLE_COMPARE_URL` environment variable, or by retrieving the equivalent of
* `CIRCLE_COMPARE_URL` for jobs that are part of a rerun workflow. * `CIRCLE_COMPARE_URL` for jobs that are part of a rerun workflow and extracting it from there.
* *
* **Context:** * **Context:**
* CircleCI sets the `CIRCLE_COMPARE_URL` environment variable (from which we can extract the commit * CircleCI sets the `CIRCLE_COMPARE_URL` environment variable (from which we can extract the commit