]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
jenkins-job-builder: do not install jq libs via pip
authorDavid Galloway <dgallowa@redhat.com>
Tue, 31 Oct 2017 16:38:09 +0000 (12:38 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 6 Nov 2017 15:34:13 +0000 (10:34 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
jenkins-job-builder/build/build

index 50675219db1e732801cea293fc198571c3c0b67a..5bda963d32e0c4300d7aabd02e0c7c82f3d561ae 100644 (file)
@@ -9,7 +9,7 @@
 set -ex
 
 # the following two methods exist in scripts/build_utils.sh
-pkgs=( "jenkins-job-builder==2.0.0.0b2" "jq" )
+pkgs=( "jenkins-job-builder==2.0.0.0b2" )
 install_python_packages "pkgs[@]"
 
 # Wipe out JJB's cache if $FORCE is set.