diff options
author | Tim Rozet <trozet@redhat.com> | 2016-09-08 17:29:40 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-09-08 17:29:40 -0400 |
commit | 7239f29c6a6a32a658b154df72bb9b99e4fe05ed (patch) | |
tree | 46fc08a0588bd16fbc89bee4c77457214611cb02 /jjb | |
parent | 53e63279df41806f69f66caf2463d64d99e57558 (diff) |
Apex: fix latest rpm path
Change-Id: I396e8b8e3958cb89cdd3d8790f78ae4085e90e47
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/apex/apex-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |