From: Tim Rozet Date: Thu, 8 Sep 2016 21:29:40 +0000 (-0400) Subject: Apex: fix latest rpm path X-Git-Tag: colorado.1.0~58 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=7239f29c6a6a32a658b154df72bb9b99e4fe05ed Apex: fix latest rpm path Change-Id: I396e8b8e3958cb89cdd3d8790f78ae4085e90e47 Signed-off-by: Tim Rozet --- diff --git a/jjb/apex/apex-deploy.sh b/jjb/apex/apex-deploy.sh index 4fd7b0069..3b43dcf7e 100755 --- a/jjb/apex/apex-deploy.sh +++ b/jjb/apex/apex-deploy.sh @@ -55,7 +55,7 @@ else # source the file so we get OPNFV vars source opnfv.properties RPM_INSTALL_PATH=$(echo $OPNFV_RPM_URL | sed 's/'"$(basename $OPNFV_RPM_URL)"'//') - RPM_LIST=$RPM_INSTALL_PATH/$(basename $OPNFV_RPM_URL) + RPM_LIST=${RPM_INSTALL_PATH}$(basename $OPNFV_RPM_URL) fi fi