Pier Angelo Vendrame pushed to branch mullvad-browser-128.6.0esr-14.5-1 at The Tor Project / Applications / Mullvad Browser

Commits:

1 changed file:

Changes:

  • .gitlab/ci/mixins.yml
    ... ... @@ -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