Pier Angelo Vendrame pushed to branch tor-browser-128.4.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits: c86d56c2 by Beatriz Rizental at 2024-10-22T16:00:18+02:00 fixup! Add CI for Base Browser
Always use tor-browser repository as base for CI clones.
This is fine, because both tor-browser and mullvad-browser repositories share most of their history.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -4,7 +4,7 @@ stages:
variables: IMAGE_PATH: containers.torproject.org/tpo/applications/tor-browser/base:latest - LOCAL_REPO_PATH: /srv/apps-repos/${CI_PROJECT_NAME}.git + LOCAL_REPO_PATH: /srv/apps-repos/tor-browser.git
include: - local: '.gitlab/ci/lint.yml'
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c86d56c2...