We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec87f4 commit e133345Copy full SHA for e133345
scripts/pustaka.sh
@@ -80,6 +80,10 @@ update_region "Hi3TW" "" "" ""
80
update_region "Hi3KR" "" "" ""
81
update_region "Hi3JP" "" "" ""
82
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
+
87
# Script completion
88
end_timestamp=$(date +%s)
89
elapsed=$((end_timestamp - timestamp))
0 commit comments