From dd7fea66086115001f818233c282a241c729ec53 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 27 Oct 2015 13:45:03 -0400 Subject: [PATCH] Fixes RPM path for Apex Change-Id: Ica7bb00fb24ef1935145cfc3764774c343b0b1f6 Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6