add vendor action

This commit is contained in:
fengzhiqiang
2019-01-08 11:26:33 +08:00
parent 4321c4fc5a
commit 505e30d20d
+7 -1
View File
@@ -30,4 +30,10 @@ docker:
run:
@echo ".:: starting server ::."
@echo " bootstrap servers : $(RUN_ARGS)"
@go run serv.go -addr :9000 --bootstrap-servers $(RUN_ARGS)
@go run serv.go -addr :9000 --bootstrap-servers $(RUN_ARGS)
vendor:
@echo ".:: update submodule ::."
@git submodule init
@git submodule update
@dep update