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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-151.0a1-16.0-1] fixup! Add CI for Base Browser



Title: GitLab

brizental pushed to branch tor-browser-151.0a1-16.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • e810190a
    by Beatriz Rizental at 2026-05-27T13:56:55-03:00
    fixup! Add CI for Base Browser
    
    This reverts commit 1d1ea9c7bfa8930b5bbc928a70054c4971562347.
    

1 changed file:

Changes:

  • .gitlab/ci/mixins.yml
    ... ... @@ -52,8 +52,12 @@
    52 52
             return $fetch_exit
    
    53 53
           }
    
    54 54
     
    
    55
    -      fetch_with_timeout origin "merge-requests/${CI_MERGE_REQUEST_IID}/head" || exit 1
    
    55
    +      if ! fetch_with_timeout origin "${CI_COMMIT_BRANCH:-$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}"; then
    
    56
    +        echo "Fetching failed for branch ${CI_COMMIT_BRANCH:-$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}."
    
    57
    +        echo "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork."
    
    56 58
     
    
    59
    +        fetch_with_timeout origin "merge-requests/${CI_MERGE_REQUEST_IID}/head" || exit 1
    
    60
    +      fi
    
    57 61
         - git checkout FETCH_HEAD
    
    58 62
     
    
    59 63
     .with-local-repo-pwsh:
    

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