.gitlab-ci.yml
branchdev-tf
changeset 412 dc8409ffca8c
parent 411 6093753eed87
child 413 24092b027ecf
equal deleted inserted replaced
411:6093753eed87 412:dc8409ffca8c
    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     - python -V
    17     - mkdir -p venv
    18     - pip install virtualenv
    18     - cd venv
    19     - virtualenv venv
       
    20     - source venv/bin/activate
       
    21 
    19 
    22 bootstrap:
    20 bootstrap:
    23     stage: .pre
    21     stage: .pre
    24     script:
    22     script:
    25         - python3.5 bootstrap.py --buildout-version=2.12.0
    23         - python3.5 bootstrap.py --buildout-version=2.12.0