tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit d0dd2f72fa5c7649525bac6cc0ac8db1c9256734
parent a50fb35b6ccc05647f16dbdd28c51a6e51bb1b70
Author: Alexander Hansen Færøy <ahf@torproject.org>
Date:   Tue, 18 Mar 2025 14:47:53 +0100

CI: Enable venv before running ci-driver.sh for Chutney.

Diffstat:
M.gitlab-ci.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -200,6 +200,7 @@ debian-integration: STEM: "yes" ALL_BUGS_ARE_FATAL: "yes" script: + - source venv/bin/activate - ./scripts/ci/ci-driver.sh #####