diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2016-11-16 06:33:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-16 06:33:43 +0000 |
commit | 1b9ae8e0b83cf0372d3812b5a5c67fb3bf5841c7 (patch) | |
tree | 12613aa13d0ee2a29ef75c9a943e610605b26e79 /jjb | |
parent | 7b3db023708097cbbd87000f77847938b545e6e5 (diff) | |
parent | f651e964a69d44da8a9c5ef6f7bbda432276ced6 (diff) |
Merge "fuel: cann't find latest.properties"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/fuel/fuel-download-artifact.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/fuel/fuel-download-artifact.sh b/jjb/fuel/fuel-download-artifact.sh index 5685444f8..3f691d821 100755 --- a/jjb/fuel/fuel-download-artifact.sh +++ b/jjb/fuel/fuel-download-artifact.sh @@ -24,10 +24,10 @@ else fi # check if we got the file -[[ -f latest.properties ]] || exit 1 +[[ -f $WORKSPACE/latest.properties ]] || exit 1 # source the file so we get artifact metadata -source latest.properties +source $WORKSPACE/latest.properties # echo the info about artifact that is used during the deployment OPNFV_ARTIFACT=${OPNFV_ARTIFACT_URL/*\/} |