update 8
This commit is contained in:
parent
c7c267e994
commit
440cbe2f8c
1 changed files with 3 additions and 1 deletions
|
@ -26,4 +26,6 @@ echo $version > version
|
||||||
|
|
||||||
git commit -qm "update $version" . >/dev/null
|
git commit -qm "update $version" . >/dev/null
|
||||||
|
|
||||||
git remote | grep -Fxq origin && git push -q origin master
|
if git remote | grep -Fxq origin; then
|
||||||
|
git push -q origin master
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue