Commit 59fdbebd authored by king wang's avatar king wang

fix git add

parent f0e8435b
......@@ -205,9 +205,8 @@ auto_ci_after: clean fmt protobuf
@git add *.go *.sh *.proto
@git status
@files=$$(git status -suno);if [ -n "$$files" ]; then \
git add *.go *.sh *.proto; \
git status; \
git commit -m "auto ci [ci-skip]"; \
git commit -a -m "auto ci [ci-skip]"; \
git push origin HEAD:$(branch); \
fi;
......
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