diff --git a/scripts/assets-push.sh b/scripts/assets-push.sh index 807c0f9c..e277110b 100644 --- a/scripts/assets-push.sh +++ b/scripts/assets-push.sh @@ -1,4 +1,4 @@ - +set -e cd assets git init git add . @@ -6,4 +6,4 @@ git commit -m 'update assets' git remote add origin git@github.com:mx-space/assets.git git branch -M master git push -u origin master -f -rm -rf .git \ No newline at end of file +rm -rf .git