tor

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

commit 77b7cbb66382ccf77057746a707435abd47d746d
parent 39b54bf1dd7975a4a087a8f57e79c2a2202fe755
Author: Alexander Færøy <ahf@torproject.org>
Date:   Thu, 16 Jul 2020 16:48:03 +0000

Use Debian for Gitlab CI.

See: tor#40048.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +image: debian:stable + before_script: - apt-get update -qq - apt-get upgrade -qy