From e79c5dbdf15cc6455ff023e34b4b20e3b03d4d80 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 8 Feb 2022 00:53:07 -0300 Subject: [PATCH] Add conditions in update.sh --- scripts/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update.sh b/scripts/update.sh index 71164ec..437a585 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash git submodule update --remote --merge +gitStatus=$(git status --porcelain) +grep -q "sadedot" <(echo $gitStatus) || return git commit -m "Update sadedot submodule" sadedot git push