Commit 1e22baba authored by madengji's avatar madengji

modify protobuf

parent ad220116
......@@ -219,7 +219,9 @@ auto_ci: clean fmt_proto fmt_shell protobuf
@${auto_fmt}
@git add *.go *.sh *.proto
@git status
@files=$$(git status -suno);if [ -n "$$files" ]; then \
@echo "branch"
@echo $(branch)
@files=$$(git status -suno); if [ -n "$$files" ]; then \
git add *.go *.sh *.proto; \
git status; \
git commit -m "auto ci"; \
......
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