.gitlab-ci.yml
branchdev-tf
changeset 415 a6fea42dc750
parent 414 55164dff25b7
child 416 0ef63dbfecd1
equal deleted inserted replaced
414:55164dff25b7 415:a6fea42dc750
     5     - dist
     5     - dist
     6     - quality
     6     - quality
     7 
     7 
     8 cache:
     8 cache:
     9     paths:
     9     paths:
    10         - ./
    10         - bin/
    11         - /var/local/env/pyams/eggs/
    11         - eggs/
    12 
    12 
    13 before_script:
    13 before_script:
    14     - export http_proxy=http://172.17.0.1:3128/
    14     - export http_proxy=http://172.17.0.1:3128/
    15     - export HTTP_PROXY=http://172.17.0.1:3128/
    15     - export HTTP_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/
    23         - ./bin/buildout
    23         - ./bin/buildout
    24 
    24 
    25 test:
    25 test:
    26     stage: test
    26     stage: test
    27     script:
    27     script:
       
    28         - pwd
       
    29         - ls -l
       
    30         - head ./bin/test
    28         - ./bin/test
    31         - ./bin/test
    29 
    32 
    30 dist:
    33 dist:
    31     stage: dist
    34     stage: dist
    32     script:
    35     script: