From: Victor Toso <m...@victortoso.com>

The jobs already run as root.
Also removes an extra empty line.

Signed-off-by: Victor Toso <victort...@redhat.com>
---
 .gitlab-ci.yml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0b77a7..ad4fb80 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: fedora:latest
 
 before_script:
   - >
-    dnf install 'dnf-command(copr)' git libtool sudo make redhat-rpm-config 
bzip2
+    dnf install 'dnf-command(copr)' git libtool make redhat-rpm-config bzip2
     python3 python3-six python3-pyparsing
     -y
   - dnf copr enable @spice/nightly -y
@@ -20,21 +20,20 @@ configure-optional-packages:
   script:
   - ./autogen.sh --with-session-info=systemd --with-init-script=systemd+redhat
   - make
-  - sudo make install
-  - sudo make uninstall
+  - make install
+  - make uninstall
   - make distclean
 
   - ./autogen.sh --with-session-info=console-kit --with-init-script=redhat
   - make
-  - sudo make install
-  - sudo make uninstall
+  - make install
+  - make uninstall
   - make distclean
 
-
 configure-without-optionals:
   script:
   - ./autogen.sh --with-gtk=no --with-session-info=none
   - make
-  - sudo make install
-  - sudo make uninstall
+  - make install
+  - make uninstall
   - make distclean
-- 
2.20.1

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to