From 8742d5a611be7ccbd5eca8ea766bdbd2585e73b1 Mon Sep 17 00:00:00 2001 From: Matous Holinka Date: Wed, 6 Nov 2019 09:54:20 +0100 Subject: [PATCH] bird: incorrect usage of jobs 'get_nl'. Directory 'bird-tools' already exists. Necessarily steps added. --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ce96604..248712b8 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