Skip to content

Commit

Permalink
_scripts: turn off --debug in build.bash
Browse files Browse the repository at this point in the history
This have stabilised quite a bit and this will make spotting errors much
easier, especially in CI.

Signed-off-by: Paul Jolly <[email protected]>
Change-Id: Ie7da7d4a4396bd0502d715a6c99114166924591b
Dispatch-Trailer: {"type":"trybot","CL":1176752,"patchset":1,"ref":"refs/changes/52/1176752/1","targetBranch":"alpha"}
  • Loading branch information
myitcv authored and cueckoo committed Feb 12, 2024
1 parent 0ce73f1 commit 57f6d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57f6d2c

Please sign in to comment.