summaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release.sh')
-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