]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Update .gitlab-ci.yml
authorMatous Holinka <matous.holinka@nic.cz>
Mon, 4 Nov 2019 13:31:49 +0000 (13:31 +0000)
committerMatous Holinka <matous.holinka@nic.cz>
Mon, 4 Nov 2019 13:31:49 +0000 (13:31 +0000)
.gitlab-ci.yml

index 9db8191d6b8a74fd76fd66dd4f3995be8bcf670a..c6bfbd9a2696b156a77bbca76d68230d1d658724 100644 (file)
@@ -306,7 +306,7 @@ netlab:
   script:
     - echo "Prep-phase"
     - cd /builds/labs/
-    - sudo 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
     - cd /builds/labs/bird
     #- sudo cp bird birdc ../bird-tools/netlab-int/common
 
@@ -322,4 +322,4 @@ cleaning:
   stage: cleanup
   script:
     - echo "Cleaning phase"
-    - sudo rm -r builds/labs/bird-tools
\ No newline at end of file
+    - rm -r builds/labs/bird-tools
\ No newline at end of file