diff options
-rwxr-xr-x | jjb/fuel/fuel-build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/fuel/fuel-build.sh b/jjb/fuel/fuel-build.sh index 95ebaa5a9..a32e5323a 100755 --- a/jjb/fuel/fuel-build.sh +++ b/jjb/fuel/fuel-build.sh @@ -13,6 +13,9 @@ set -o pipefail cd $WORKSPACE +# remove the expired items from cache +./ci/clean_cache.sh $CACHE_DIRECTORY + 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 |