0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-24 18:01:54 +00:00

bird: incorrect usage of jobs 'get_nl'. Directory 'bird-tools' already exists. Necessarily steps added.

This commit is contained in:
Matous Holinka 2019-11-06 09:54:20 +01:00
parent d0af20b059
commit 8742d5a611

View File

@ -305,7 +305,10 @@ cloning_netlab:
tags: tags:
- birdlab - birdlab
script: script:
- echo 'Cloning Netlab from repository' - echo 'Cleaning the directories'
- cd ../
- rm -r bird-tools
- cd bird
- autoreconf - autoreconf
- ./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" - ./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS"
# Detect which make is available # Detect which make is available
@ -315,6 +318,7 @@ cloning_netlab:
# Run tests if they are available # Run tests if they are available
- $MAKE check - $MAKE check
- cd ../ - cd ../
- echo 'Cloning Netlab from repository'
- 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
- ls -l - ls -l
- cd bird - cd bird