mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix: make up for small problems with pre-push D
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
0de951f065
commit
94abdbd664
@ -22,6 +22,7 @@ printMessage "Running local OpenIM pre-push hook."
|
|||||||
if [[ `git status --porcelain` ]]; then
|
if [[ `git status --porcelain` ]]; then
|
||||||
printError "This script needs to run against committed code only. Please commit or stash you changes."
|
printError "This script needs to run against committed code only. Please commit or stash you changes."
|
||||||
exit 1
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
#printMessage "Running the Flutter analyzer"
|
#printMessage "Running the Flutter analyzer"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user