add vendor action
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user