[tor-commits] [sbws/m12] fix: CI: Install tor specifying release

juga at torproject.org juga at torproject.org
Thu Jun 17 12:34:12 UTC 2021


commit 7d42e2a8088204d877615ff04a4f0b012ed3dc1a
Author: juga0 <juga at riseup.net>
Date:   Mon May 31 10:05:40 2021 +0000

    fix: CI: Install tor specifying release
    
    instead of version, so that it's more clear which version is being installed.
    
    Closes: #40089
---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 683bfd1..12b2765 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ variables:
   # installed.
   # Specifying which version starts with will install the highest that start
   # with that version.
-  TOR: tor=*
+  TOR: tor/tor-nightly-master-buster
   PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
 
 cache:
@@ -57,7 +57,7 @@ python37tor035:
   variables:
     BASE_IMAGE: python:3.7
     RELEASE: tor-nightly-0.3.5.x-buster
-    TOR: tor=0.3.5*
+    TOR: tor/tor-nightly-0.3.5.x-buster
   image: $BASE_IMAGE
   script:
     - tox -e py37
@@ -67,7 +67,7 @@ python37tor045:
   variables:
     BASE_IMAGE: python:3.7
     RELEASE: tor-nightly-0.4.5.x-buster
-    TOR: tor=0.4.5*
+    TOR: tor/tor-nightly-0.4.5.x-buster
   image: $BASE_IMAGE
   script:
     - tox -e py37





More information about the tor-commits mailing list