From: Matous Holinka Date: Mon, 4 Nov 2019 13:31:49 +0000 (+0000) Subject: Update .gitlab-ci.yml X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c90fbc0a1dbe824139cf933e5e080579939faad;p=thirdparty%2Fbird.git Update .gitlab-ci.yml --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9db8191d6..c6bfbd9a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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