]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove redundant CircleCI condition
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 12 Feb 2025 08:29:50 +0000 (09:29 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 12 Feb 2025 08:29:50 +0000 (09:29 +0100)
build-scripts/format-code

index 2da740a9b5b57469aa99428c755d230f1d343a10..9adac8b73d07313e1ce00476d8df07fc037c6efd 100755 (executable)
@@ -24,9 +24,6 @@ verbose=0
 if [ -t 1 ]; then
     verbose=1
 fi
-if [ x$CIRCLECI = xtrue ]; then
-    verbose=0
-fi
 
 FORMAT=clang-format-19
 if ! which $FORMAT 2> /dev/null; then