[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [sbws/m12] fix: CI: Change identation to 2 chars
commit 6b638fc2b134e3e6ed86a7f63795793b17ef0bbe
Author: juga0 <juga@xxxxxxxxxx>
Date: Mon May 31 09:58:42 2021 +0000
fix: CI: Change identation to 2 chars
---
.gitlab-ci.yml | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3708fbf..90d23ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,14 +14,14 @@
# 3.6 EOL 2021-12-23 PEP 494
variables:
- BASE_IMAGE: python:3.8
- RELEASE: tor-nightly-master-buster
- # Without version, the default available in the Debian repository will be
- # installed.
- # Specifying which version starts with will install the highest that start
- # with that version.
- TOR: tor=*
- PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
+ BASE_IMAGE: python:3.8
+ RELEASE: tor-nightly-master-buster
+ # Without version, the default available in the Debian repository will be
+ # installed.
+ # Specifying which version starts with will install the highest that start
+ # with that version.
+ TOR: tor=*
+ PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache:
paths:
@@ -50,8 +50,8 @@ python36:
BASE_IMAGE: python:3.6
image: $BASE_IMAGE
script:
- - tox -e py36
- - tox -e integration
+ - tox -e py36
+ - tox -e integration
python37tor035:
variables:
@@ -70,8 +70,8 @@ python37tor045:
TOR: tor=0.4.5*
image: $BASE_IMAGE
script:
- - tox -e py37
- - tox -e integration
+ - tox -e py37
+ - tox -e integration
python37tormaster:
variables:
@@ -80,8 +80,8 @@ python37tormaster:
TOR: tor=0.4.7*
image: $BASE_IMAGE
script:
- - tox -e py37
- - tox -e integration
+ - tox -e py37
+ - tox -e integration
python37torstable:
variables:
@@ -90,8 +90,8 @@ python37torstable:
TOR: tor
image: $BASE_IMAGE
script:
- - tox -e py37
- - tox -e integration
+ - tox -e py37
+ - tox -e integration
python38:
# This will overwrite the default before_script, so need to repeat the
@@ -113,23 +113,23 @@ python38:
- apt install -yqq dvipng
image: $BASE_IMAGE
script:
- - tox
+ - tox
python39:
variables:
BASE_IMAGE: python:3.9
image: $BASE_IMAGE
script:
- - tox -e py39
- - tox -e integration
+ - tox -e py39
+ - tox -e integration
python310:
variables:
BASE_IMAGE: python:3.10-rc-buster
image: $BASE_IMAGE
script:
- - tox -e py310
- - tox -e integration
+ - tox -e py310
+ - tox -e integration
allow_failure: true
release_job:
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits