.gitlab-ci.yml
branchdev-tf
changeset 413 24092b027ecf
parent 412 dc8409ffca8c
child 414 55164dff25b7
equal deleted inserted replaced
412:dc8409ffca8c 413:24092b027ecf
     5     - dist
     5     - dist
     6     - quality
     6     - quality
     7 
     7 
     8 cache:
     8 cache:
     9     paths:
     9     paths:
    10         - venv/
    10         - ./
    11 
    11 
    12 before_script:
    12 before_script:
    13     - export http_proxy=http://172.17.0.1:3128/
    13     - export http_proxy=http://172.17.0.1:3128/
    14     - export HTTP_PROXY=http://172.17.0.1:3128/
    14     - export HTTP_PROXY=http://172.17.0.1:3128/
    15     - export https_proxy=http://172.17.0.1:3128/
    15     - export https_proxy=http://172.17.0.1:3128/
    16     - export HTTPS_PROXY=http://172.17.0.1:3128/
    16     - export HTTPS_PROXY=http://172.17.0.1:3128/
    17     - mkdir -p venv
       
    18     - cd venv
       
    19 
    17 
    20 bootstrap:
    18 bootstrap:
    21     stage: .pre
    19     stage: .pre
    22     script:
    20     script:
    23         - python3.5 bootstrap.py --buildout-version=2.12.0
    21         - python3.5 bootstrap.py --buildout-version=2.12.0