Skip to content

Commit 9940116

Browse files
lundibundiMylesBorins
authored andcommitted
doc: explain GIT_REMOTE_REF in COLLABORATOR_GUIDE
PR-URL: #30371 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 027bde5 commit 9940116

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

COLLABORATOR_GUIDE.md

+6
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ Build". It is in the left navigation of the relevant `node-test-pull-request`
189189
job. It will preserve all the green results from the current job but re-run
190190
everything else.
191191

192+
Some of the CI Jobs may require `GIT_REMOTE_REF` which is the remote portion
193+
of Git refspec. To specify the branch this way `refs/heads/BRANCH` is used
194+
(i.e for `master` -> `refs/heads/master`).
195+
For pull requests it will look like `refs/pull/PR_NUMBER/head`
196+
(i.e. for PR#42 -> `refs/pull/42/head`).
197+
192198
#### Useful CI Jobs
193199

194200
* [`node-test-pull-request`](https://ci.nodejs.org/job/node-test-pull-request/)

0 commit comments

Comments
 (0)