commit e2729dd75b226077294e09689dbe9fba279ee8d0 Author: juga0 juga@riseup.net Date: Mon May 31 10:04:27 2021 +0000
fix: CI: Really test tor stable
since the default tor with deb.tpo repository is master --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73a309c..683bfd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,7 +95,7 @@ python37torstable: variables: BASE_IMAGE: python:3.7 RELEASE: buster - TOR: tor + TOR: tor/buster image: $BASE_IMAGE script: - tox -e py37
tor-commits@lists.torproject.org