[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.6.0esr-14.5-1] fixup! Add CI for Base Browser



Title: GitLab

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
    fixup! Add CI for Base Browser
    

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

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx