]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
bird: incorrect usage of jobs 'get_nl'. Directory 'bird-tools' already exists. Necess...
authorMatous Holinka <matous.holinka@nic.cz>
Wed, 6 Nov 2019 08:54:20 +0000 (09:54 +0100)
committerMatous Holinka <matous.holinka@nic.cz>
Wed, 6 Nov 2019 08:54:20 +0000 (09:54 +0100)
.gitlab-ci.yml

index 5ce96604b6c62759264615d344cdac1ea60822cf..248712b8f6993566ceff90f8585a2c80bf02fe50 100644 (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