提交 30e3e87a 编写于 作者: H Hou Tianze

Add an abortion banner for release.sh when interrupted

上级 25ce7a9a
......@@ -3,7 +3,7 @@
#set -o errexit
#set -x
trap "exit" SIGINT
trap "echo '=== Release script interrupted ==='; exit -1" SIGINT
py2venv=${py2venv-"$HOME/Documents/t/pyvenv/2.7.16"}
py3venv=${py3venv-"$HOME/Documents/t/pyvenv/3.7.3"}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册