0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-09 10:31:53 +00:00

bird: file .yml was modified. Beta test doesn't work

This commit is contained in:
Matous Holinka 2019-11-04 14:53:10 +01:00
commit 7c4270b8fd

View File

@ -305,9 +305,6 @@ netlab:
stage: netlab_prep stage: netlab_prep
script: script:
- echo "Prep-phase" - echo "Prep-phase"
# - cd builds/labs/
# - sudo git clone https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base
# - cd /build/labs/bird
tests: tests:
stage: runtest stage: runtest
@ -315,10 +312,9 @@ tests:
- echo "Install" - echo "Install"
- ls -l - ls -l
- pwd - pwd
- echo "done!" - echo "Done!"
cleaning: cleaning:
stage: cleanup stage: cleanup
script: script:
- echo "Cleaning phase" - echo "Cleaning phase"
# - sudo rm -r builds/labs/bird-tools