git: 8cba76d0a8 - main - Cirrus CI: Remove build verbosity
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Oct 2023 01:15:35 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=8cba76d0a82fe18ed4f5bbca6765c60c40766c21 commit 8cba76d0a82fe18ed4f5bbca6765c60c40766c21 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2023-10-01 01:13:01 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2023-10-01 01:13:01 +0000 Cirrus CI: Remove build verbosity This way, it will be easier to identify warnings and errors from Hugo for anyone when working and building the website or the documentation portal. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1c95c07b93..f06d3a5bc4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,4 +7,4 @@ task: jail: FreeBSD-13-2-release timeout_in: 20m test_script: - - make HUGO_ARGS="--verbose --debug" + - make