Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Oct 2023 01:15:35 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 8cba76d0a8 - main - Cirrus CI: Remove build verbosity
Message-ID:  <202310010115.3911FZ6E077316@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310010115.3911FZ6E077316>