mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fixing exit code of tools/push.sh
This commit is contained in:
parent
5ebc744511
commit
5bb76486b0
@ -130,8 +130,8 @@ then
|
|||||||
echo "Pushing..."
|
echo "Pushing..."
|
||||||
echo
|
echo
|
||||||
|
|
||||||
git push && echo -e "\n\e[0;32m Pushed successfully\e[0m\n" || echo -e "\n\e[1;33m Push failed\e[0m" && exit 1
|
git push && echo -e "\n\e[0;32m Pushed successfully\e[0m\n" || echo -e "\n\e[1;33m Push failed\e[0m"
|
||||||
git push origin refs/notes/* || echo -e "\n\e[1;33m Notes push failed\e[0m" && exit 1
|
git push origin refs/notes/* || echo -e "\n\e[1;33m Notes push failed\e[0m"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo -e "\e[1;33m $GIT_STATUS_NOT_CLEAN_MSG. $GIT_STATUS_CONSIDER_CLEAN_MSG.\e[0m\n"
|
echo -e "\e[1;33m $GIT_STATUS_NOT_CLEAN_MSG. $GIT_STATUS_CONSIDER_CLEAN_MSG.\e[0m\n"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user