0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-08 18:11: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:
- birdlab
script:
- echo 'Cloning Netlab from repository'
- echo 'Cleaning the directories'
- cd ../
- rm -r bird-tools
- cd bird
- autoreconf
- ./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS"
# Detect which make is available
@ -315,6 +318,7 @@ cloning_netlab:
# Run tests if they are available
- $MAKE check
- cd ../
- echo 'Cloning Netlab from repository'
- git clone https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base
- ls -l
- cd bird