We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db7572 commit 9eb0d21Copy full SHA for 9eb0d21
lib/entrypoint.sh
@@ -36,7 +36,7 @@ remove
36
37
echo "Checking for uncommitted changes in the git working tree..."
38
# This section only runs if there have been file changes
39
-if ! git diff --cached --exit-code; then
+if ! git diff --cached --quiet --exit-code; then
40
git_setup
41
42
git fetch
src/entrypoint.sh
0 commit comments