remove deno/gen/windmill from tmp cache

This commit is contained in:
Ruben Fiszel
2023-04-20 21:04:17 +02:00
parent e74f8f8248
commit 8fda8bbaf8
@@ -491,6 +491,8 @@ pub async fn copy_cache_to_tmp_cache() -> error::Result<()> {
TAR_CACHE_FILENAME,
"--exclude",
&format!("pip/**"),
"--exclude",
&format!("deno/gen/file/tmp/windmill/**"),
],
)
.await?;