summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 115e477..624510f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -85,7 +85,7 @@ pipeline {
agent {
docker {
image 'registry.gitlab.com/kraxel/rpm-package-builder:fedora'
-// args '-u root'
+ args '-u root'
}
}