updated check_pytools.sh

pull/2/head
Hari Sekhon 7 years ago
parent e4a9d5702a
commit 42492ca54e

@ -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

Loading…
Cancel
Save