Skip to content

Commit e133345

Browse files
committed
[skip ci] [Pustaka Script] Do git stash and push for cleanup
1 parent 8ec87f4 commit e133345

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/pustaka.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ update_region "Hi3TW" "" "" ""
8080
update_region "Hi3KR" "" "" ""
8181
update_region "Hi3JP" "" "" ""
8282

83+
# Force git stash then push in the end just to make sure everything is clean
84+
git stash
85+
git push origin-ssh
86+
8387
# Script completion
8488
end_timestamp=$(date +%s)
8589
elapsed=$((end_timestamp - timestamp))

0 commit comments

Comments
 (0)