remove bun from the tarcache

This commit is contained in:
Ruben Fiszel
2023-08-14 13:12:24 +02:00
parent 00b1afb1c9
commit 24a7b60e4c
+1 -1
View File
@@ -232,7 +232,7 @@ pub async fn copy_cache_to_bucket_as_tar(bucket: &str) {
&format!("{ROOT_TMP_CACHE_DIR}{TAR_CACHE_FILENAME}"),
"go",
"deno",
"bun",
// "bun",
],
)
.await