diff options
author | Tim Rozet <trozet@redhat.com> | 2015-10-27 13:45:03 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2015-10-27 13:45:03 -0400 |
commit | dd7fea66086115001f818233c282a241c729ec53 (patch) | |
tree | 76435aedff3582fe01c430494518f7f6a19a943a /jjb | |
parent | cad4dd63f2a3dae512c712b6e19d61257c8127fb (diff) |
Fixes RPM path for Apex
Change-Id: Ica7bb00fb24ef1935145cfc3764774c343b0b1f6
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/apex/apex.yml | 2 |
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 |