Pier Angelo Vendrame pushed to branch tor-browser-128.6.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
58c78829
by Beatriz Rizental at 2025-01-27T17:01:27+00:00
1 changed file:
Changes:
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | echo "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork."
|
19 | 19 | git fetch origin "merge-requests/${CI_MERGE_REQUEST_IID}/head"
|
20 | 20 | fi
|
21 | - - git checkout origin/${CI_COMMIT_BRANCH:-$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}
|
|
21 | + - git checkout FETCH_HEAD
|
|
22 | 22 | |
23 | 23 | .with-local-repo-pwsh:
|
24 | 24 | variables:
|
... | ... | @@ -44,4 +44,4 @@ |
44 | 44 | Write-Output "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork."
|
45 | 45 | git fetch origin "merge-requests/$env:CI_MERGE_REQUEST_IID/head"
|
46 | 46 | }
|
47 | - - git checkout origin/$branchName |
|
47 | + - git checkout FETCH_HEAD |