[tor-commits] [sbws/master] fix: CI: Replace tor 0.4.6 by 0.4.7.

juga at torproject.org juga at torproject.org
Fri Apr 16 11:48:43 UTC 2021


commit 198de57cfcfc96fd8347b61bfffe256c2631e574
Author: juga0 <juga at riseup.net>
Date:   Fri Apr 16 08:14:21 2021 +0000

    fix: CI: Replace tor 0.4.6 by 0.4.7.
    
    Cause of tpo/tpa/team#40221.
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da457b3..d352153 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,7 +77,7 @@ python37tormaster:
   variables:
     BASE_IMAGE: python:3.7
     RELEASE: tor-nightly-master-buster
-    TOR: tor=0.4.6*
+    TOR: tor=0.4.7*
   image: $BASE_IMAGE
   script:
   - tox -e py37





More information about the tor-commits mailing list