Fixes RPM path for Apex 47/2847/1
authorTim Rozet <trozet@redhat.com>
Tue, 27 Oct 2015 17:45:03 +0000 (13:45 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 27 Oct 2015 17:45:03 +0000 (13:45 -0400)
Change-Id: Ica7bb00fb24ef1935145cfc3764774c343b0b1f6
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex.yml

index bf6d5e5..3893478 100644 (file)
             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