author | Thierry Florac <tflorac@ulthar.net> |
Fri, 22 Nov 2019 23:36:12 +0100 | |
branch | dev-tf |
changeset 413 | 24092b027ecf |
parent 412 | dc8409ffca8c |
child 414 | 55164dff25b7 |
.gitlab-ci.yml | file | annotate | diff | comparison | revisions |
--- a/.gitlab-ci.yml Fri Nov 22 23:34:35 2019 +0100 +++ b/.gitlab-ci.yml Fri Nov 22 23:36:12 2019 +0100 @@ -7,15 +7,13 @@ cache: paths: - - venv/ + - ./ before_script: - export http_proxy=http://172.17.0.1:3128/ - export HTTP_PROXY=http://172.17.0.1:3128/ - export https_proxy=http://172.17.0.1:3128/ - export HTTPS_PROXY=http://172.17.0.1:3128/ - - mkdir -p venv - - cd venv bootstrap: stage: .pre