From 58a4acfad218c83e8f189d6f7ba545bd3d7d20c4 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Thu, 31 Mar 2022 17:38:56 +0200 Subject: doc(hicn): do not build doxygen Also: - print info about current script Signed-off-by: Mauro Sardara Change-Id: I89d05a8f1ac956015a3b55b892a1a63988e76816 Signed-off-by: Mauro Sardara --- jjb/scripts/hicn/checkstyle.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jjb/scripts/hicn/checkstyle.sh') diff --git a/jjb/scripts/hicn/checkstyle.sh b/jjb/scripts/hicn/checkstyle.sh index 636590e7a..451950ebb 100644 --- a/jjb/scripts/hicn/checkstyle.sh +++ b/jjb/scripts/hicn/checkstyle.sh @@ -1,5 +1,7 @@ #!/bin/bash +echo "---> jjb/scripts/hicn/checkstyle.sh" + if [ -f ./scripts/checkstyle.sh ];then bash scripts/checkstyle.sh else -- cgit 1.2.3-korg