From 2b1d12f0b57dff3fefb9d282985da2646b7756a3 Mon Sep 17 00:00:00 2001 From: Qubasa Date: Wed, 17 Jul 2024 18:27:25 +0200 Subject: [PATCH] tea-create-pr: disable treefmt cache --- pkgs/tea-create-pr/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tea-create-pr/script.sh b/pkgs/tea-create-pr/script.sh index e489a2857..3b4fbcf8e 100755 --- a/pkgs/tea-create-pr/script.sh +++ b/pkgs/tea-create-pr/script.sh @@ -30,7 +30,7 @@ if ! check_remote "$remoteUpstream"; then exit 1 fi -treefmt --fail-on-change -C "$root_dir" +treefmt --no-cache --fail-on-change -C "$root_dir" upstream_url=$(git remote get-url "$remoteUpstream") set -x