From: Tim Rozet Date: Tue, 27 Oct 2015 17:45:03 +0000 (-0400) Subject: Fixes RPM path for Apex X-Git-Tag: test-tag~240 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=dd7fea66086115001f818233c282a241c729ec53;p=releng.git Fixes RPM path for Apex Change-Id: Ica7bb00fb24ef1935145cfc3764774c343b0b1f6 Signed-off-by: Tim Rozet --- 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