Skip to content

Commit a5ca701

Browse files
committed
temporary enable of debug
1 parent 19672b6 commit a5ca701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ diff=$(echo "$diff" | sed -e "s/python\/tox\.ini//")
9393
critical_pattern='Client(Trait)?\.php|Exchange\.php|\/base|^build|static_dependencies|^run-tests|package(-lock)?\.json|composer\.json|ccxt\.ts|__init__.py|test' # add \/test|
9494
if [[ "$diff" =~ $critical_pattern ]]; then
9595
echo "$msgPrefix Important changes detected - doing full build & test"
96+
echo "$diff"
9697
build_and_test_all
9798
fi
9899

0 commit comments

Comments
 (0)