summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJamo Luhrsen <jluhrsen@redhat.com>2016-09-08 15:01:16 -0700
committerJamo Luhrsen <jluhrsen@redhat.com>2016-09-08 15:01:16 -0700
commitbfc285683b66dfbe64097e0cec5d40b951d8bbef (patch)
tree7e3e9b87f07145e835d3c7563421599388302151 /jjb
parentecfe1994b4826ce829f6564428b0e16ba94e36bb (diff)
add http:// to rpm install path
Change-Id: I9b1d0a5bb9c6b84515ee6daecc9b2e1983c93c7d Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/apex/apex-deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex-deploy.sh b/jjb/apex/apex-deploy.sh
index dd2e716d4..72fa6f6f0 100755
--- a/jjb/apex/apex-deploy.sh
+++ b/jjb/apex/apex-deploy.sh
@@ -54,7 +54,7 @@ else
fi
# source the file so we get OPNFV vars
source opnfv.properties
- RPM_INSTALL_PATH=$(echo $OPNFV_RPM_URL | sed 's/\/'"$(basename $OPNFV_RPM_URL)"'//')
+ RPM_INSTALL_PATH=$(echo "http://"$OPNFV_RPM_URL | sed 's/\/'"$(basename $OPNFV_RPM_URL)"'//')
RPM_LIST=${RPM_INSTALL_PATH}/$(basename $OPNFV_RPM_URL)
fi
fi