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

[tor-commits] [Git][tpo/applications/tor-browser-bundle-testsuite][main] Fix typo in tmpl/details_rbm_build.html



Title: GitLab

boklm pushed to branch main at The Tor Project / Applications / tor-browser-bundle-testsuite

Commits:

  • 5f879d9b
    by Nicolas Vigier at 2026-06-01T16:30:37+02:00
    Fix typo in tmpl/details_rbm_build.html
    
    Fix typo introduced in the previous commit.
    

1 changed file:

Changes:

  • tmpl/details_rbm_build.html
    ... ... @@ -3,7 +3,7 @@
    3 3
     [% IF tbbfiles.$tbbfile.publish_url %]
    
    4 4
         <li><a href="">"[% tbbfiles.$tbbfile.publish_url %]/[% test.publish_dir %]">build files</a></li>
    
    5 5
     [% END %]
    
    6
    -[% IF IF test.trigger_test_pipeline && test.results.success %]
    
    6
    +[% IF test.trigger_test_pipeline && test.results.success %]
    
    7 7
         <li><a href="">"[% test.gitlab_pipeline_url %]">GitLab test pipeline</a> (<a href="">"results-[% tbbfile %]/[% test.name %].trigger-test-pipeline.stderr.txt">trigger stderr</a>)</li>
    
    8 8
     [% END %]
    
    9 9
     </ul>

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