Autosave: 2023-01-21 13:07:56
This commit is contained in:
parent
24db392c37
commit
70d12cc678
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ source ${CLEAN_IMAGE_DIRECTORY}
|
||||||
|
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
CHANGES_EXIST="$(git status --porcelain | wc -l)" >/dev/null 2>$1
|
CHANGES_EXIST="$(git status --porcelain | wc -l)"
|
||||||
|
|
||||||
# If no changes, exit. Else commit and push with timestamp
|
# If no changes, exit. Else commit and push with timestamp
|
||||||
if [ "$CHANGES_EXIST" -eq 0 ]; then
|
if [ "$CHANGES_EXIST" -eq 0 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue