X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffuel%2Ffuel-build.sh;h=d6a71e00bb0c1e13841ec8904437fb0452924e2f;hb=d89e4fb6c5df49b988df06aef33b33b67b42f942;hp=1602078d1411c1f1fd29a33cbcdf435aa2713dcc;hpb=8722b62ef61bd9d85eb1717d32ffeb13da0a6056;p=releng.git diff --git a/jjb/fuel/fuel-build.sh b/jjb/fuel/fuel-build.sh index 1602078d1..d6a71e00b 100755 --- a/jjb/fuel/fuel-build.sh +++ b/jjb/fuel/fuel-build.sh @@ -5,12 +5,12 @@ set -o pipefail cd $WORKSPACE +LATEST_ISO_PROPERTIES=$WORKSPACE/latest.iso.properties if [[ "$JOB_NAME" =~ "daily" ]]; then # check to see if we already have an artifact on artifacts.opnfv.org # for this commit during daily builds echo "Checking to see if we already built and stored Fuel ISO for this commit" - LATEST_ISO_PROPERTIES=$WORKSPACE/latest.iso.properties curl -s -o $LATEST_ISO_PROPERTIES http://$GS_URL/latest.properties 2>/dev/null # get metadata of latest ISO