0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 10:11:53 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Matous Holinka 2019-11-04 13:31:49 +00:00
parent a928d982c8
commit 4c90fbc0a1

View File

@ -306,7 +306,7 @@ netlab:
script: script:
- echo "Prep-phase" - echo "Prep-phase"
- cd /builds/labs/ - cd /builds/labs/
- sudo git clone https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base - git clone https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base
- cd /builds/labs/bird - cd /builds/labs/bird
#- sudo cp bird birdc ../bird-tools/netlab-int/common #- sudo cp bird birdc ../bird-tools/netlab-int/common
@ -322,4 +322,4 @@ cleaning:
stage: cleanup stage: cleanup
script: script:
- echo "Cleaning phase" - echo "Cleaning phase"
- sudo rm -r builds/labs/bird-tools - rm -r builds/labs/bird-tools