Merge "fuel: cann't find latest.properties"
[releng.git] / jjb / fuel / fuel-download-artifact.sh
index 5685444..3f691d8 100755 (executable)
@@ -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/*\/}