diff --git a/ci/docker/tizen/tools/cache-checksum.sh b/ci/docker/tizen/tools/cache-checksum.sh index ae9d1f77d22b2..b1690e967cdb6 100755 --- a/ci/docker/tizen/tools/cache-checksum.sh +++ b/ci/docker/tizen/tools/cache-checksum.sh @@ -40,7 +40,7 @@ if [[ "$COMMAND" == "restore" ]]; then fi # Set mtime of files in $TARGET_DIRS to OLD time. - for d in $(find $TARGET_DIRS -type d -not -path "*/.git*"); do + for d in $(find $TARGET_DIRS -type d); do touch -c -m -d @1600000000 $d/* & done