Autosave: 2023-01-21 13:07:01
This commit is contained in:
parent
def087704c
commit
24db392c37
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ source ${SPACE_TO_UNDERSCORE}
|
||||||
source ${CLEAN_IMAGE_DIRECTORY}
|
source ${CLEAN_IMAGE_DIRECTORY}
|
||||||
|
|
||||||
git pull
|
git pull
|
||||||
CHANGES_EXIST="$(git status --porcelain | wc -l)"
|
|
||||||
|
CHANGES_EXIST="$(git status --porcelain | wc -l)" >/dev/null 2>$1
|
||||||
|
|
||||||
# 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