Update entrypoint.sh

This commit is contained in:
2020-05-06 10:37:15 +02:00
parent daa4e6b569
commit d4eb464ac0

View File

@@ -27,7 +27,7 @@ pip install -q autopep8
echo "Running autopep8..." echo "Running autopep8..."
autopep8 -i -r $INPUT_CHECKPATH $INPUT_OPTIONS || echo "Problem running autopep8!" autopep8 -i -r $INPUT_CHECKPATH $INPUT_OPTIONS || echo "Problem running autopep8!"
if [[ -n "$(git status -s)" ]]; if -n "$(git status -s)";
then then
if $INPUT_DRY; then if $INPUT_DRY; then
echo "Found non-compliant files!" echo "Found non-compliant files!"