]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
bird: sudo privileges were added
authorMatous Holinka <matous.holinka@nic.cz>
Wed, 6 Nov 2019 11:15:02 +0000 (12:15 +0100)
committerMatous Holinka <matous.holinka@nic.cz>
Wed, 6 Nov 2019 11:15:02 +0000 (12:15 +0100)
.gitlab-ci.yml

index 609667bb654727f59007143cf14cc1e5e71bdafe..9aa479e3461a6c74c3e5533ed90648b89dff3922 100644 (file)
@@ -304,8 +304,8 @@ cloning_netlab:
   tags:
     - birdlab
   script:
-    - apt install python3-pip
-    - apt update
+    - sudo apt install python3-pip
+    - sudo apt update
     - pip3 install python3.6
     - pip3 install pytest==5.0.1
     - python3 --version