From 7a1ccdf9d95770661ef6f68554fb0403217f565b Mon Sep 17 00:00:00 2001 From: Innei Date: Fri, 10 Feb 2023 11:27:02 +0800 Subject: [PATCH] fix: asset push script Signed-off-by: Innei --- scripts/assets-push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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