Browse Source

Clear mtime_cache when starting

tempestpy_adaptions
Matthias Volk 7 years ago
parent
commit
1eaa02fab1
  1. 5
      travis/build-helper.sh

5
travis/build-helper.sh

@ -160,6 +160,11 @@ esac
# Restore timestamps of files
travis_fold start mtime
if [[ "$1" == "Build1" ]]
then
# Remove old mtime cache
rm -rf travis/mtime_cache/cache.json
fi
ruby travis/mtime_cache/mtime_cache.rb -g travis/mtime_cache/globs.txt -c travis/mtime_cache/cache.json
travis_fold end mtime

Loading…
Cancel
Save