diff --git a/entrypoint.sh b/entrypoint.sh index 50526fb..3cd73ed 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -21,7 +21,7 @@ EOF # This section only runs if there have been file changes echo "Checking for uncommitted changes in the git working tree." -if ! git diff --quiet +if [[ -n "$(git status -s)" ]] then git_setup