Add conditions in update.sh
This commit is contained in:
parent
0d9d1f54e3
commit
e79c5dbdf1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue