summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/apex/apex.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index bf6d5e5a0..38934786b 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -322,7 +322,7 @@
if [[ -f opnfv.properties ]]; then
# source the file so we get OPNFV vars
source opnfv.properties
- RPM_INSTALL_PATH=noarch/$(basepath RPM_URL)
+ RPM_INSTALL_PATH=build_output/$(basename $OPNFV_RPM_URL)
else
# get the latest.properties file in order to get info regarding latest artifact
curl -s -o $WORKSPACE/opnfv.properties http://$GS_URL/latest.properties