summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2021-11-19 09:21:11 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2023-11-20 13:21:20 +0000
commitf559a0ce7a2b17d36bf51ea947ff4b27b67cb601 (patch)
tree3d5520724f3306973461833602c1e0036a4a1fcd
parentd94755103f1e22047a3c80b6c024d00e47476a43 (diff)
release.sh: checkstyle: run in $LIBCAMERA src
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rwxr-xr-xrelease.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index e23e380..d3f546b 100755
--- a/release.sh
+++ b/release.sh
@@ -7,8 +7,9 @@ source ./common.sh
LIBCAMERA=$(srcdir libcamera)
cd $LIBCAMERA
-
./utils/checkstyle.py origin/master...
+cd -
+
## We can't gate on checkstyle failures as we allow checkstyle
## exceptions. Still - the output from above can be included
## in any report and log