Commit c4c59473 by 王岩

测试通过功能

parent 5478e578
{"sendno":"0","msg_id":"18100799148795938"}
\ No newline at end of file
...@@ -61,8 +61,17 @@ jPush() { ...@@ -61,8 +61,17 @@ jPush() {
} }
jPush
# main() {
# } main() {
current_branch="$get_current_branch"
if [[ "${current_branch}" == "test" ]]; then
echo "发送通知"
else
echo "发送通知"
fi
}
main
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment