From: Matous Holinka Date: Wed, 6 Nov 2019 08:54:20 +0000 (+0100) Subject: bird: incorrect usage of jobs 'get_nl'. Directory 'bird-tools' already exists. Necess... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8742d5a611be7ccbd5eca8ea766bdbd2585e73b1;p=thirdparty%2Fbird.git bird: incorrect usage of jobs 'get_nl'. Directory 'bird-tools' already exists. Necessarily steps added. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ce96604b..248712b8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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