From 57f6d2ce5c9e060da7a979c13154c3fe110f716f Mon Sep 17 00:00:00 2001 From: Paul Jolly Date: Mon, 12 Feb 2024 11:39:54 +0000 Subject: [PATCH] _scripts: turn off --debug in build.bash This have stabilised quite a bit and this will make spotting errors much easier, especially in CI. Signed-off-by: Paul Jolly Change-Id: Ie7da7d4a4396bd0502d715a6c99114166924591b Dispatch-Trailer: {"type":"trybot","CL":1176752,"patchset":1,"ref":"refs/changes/52/1176752/1","targetBranch":"alpha"} --- _scripts/build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scripts/build.bash b/_scripts/build.bash index 63a7ae1c96..ae2e959788 100755 --- a/_scripts/build.bash +++ b/_scripts/build.bash @@ -40,7 +40,7 @@ fi bash playground/_scripts/build.bash # Run the preprocessor -bash _scripts/runPreprocessor.bash execute --debug=all,-cache --readonlycache=$readonlycache $skipcache +bash _scripts/runPreprocessor.bash execute --readonlycache=$readonlycache $skipcache # Main site cd hugo