diff --git a/check_pytools.sh b/check_pytools.sh index f596f0e9..63eec37b 100755 --- a/check_pytools.sh +++ b/check_pytools.sh @@ -37,9 +37,9 @@ skip_checks=0 if [ "$PROJECT" = "pytools" ]; then echo "detected running in pytools repo, skipping checks here as will be called in bash-tools/all.sh..." skip_checks=1 -elif [ "$PROJECT" = "Dockerfiles" ]; then - echo "detected running in Dockerfiles repo, skipping checks here as will be called in bash-tools/all.sh..." - skip_checks=1 +#elif [ "$PROJECT" = "Dockerfiles" ]; then +# echo "detected running in Dockerfiles repo, skipping checks here as will be called in bash-tools/all.sh..." +# skip_checks=1 elif is_inside_docker; then echo "detected running inside Docker, skipping pytools checks" skip_checks=1