Skip to content

Commit

Permalink
Changed variable order
Browse files Browse the repository at this point in the history
  • Loading branch information
kadern0 committed Feb 10, 2020
1 parent 8068518 commit 6cd0453
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ docker-push:

.PHONY: build-crossdock-linux
build-crossdock-linux:
$(GOBUILD) GOOS=linux -o ./crossdock/crossdock-linux ./crossdock/main.go
GOOS=linux $(GOBUILD) -o ./crossdock/crossdock-linux ./crossdock/main.go

include crossdock/rules.mk

Expand Down Expand Up @@ -476,7 +476,6 @@ proto:
### grpc-gateway generates 'query.pb.gw.go' that does not respect (gogoproto.customname) = "TraceID"
### --grpc-gateway_out=$(PROTO_GOGO_MAPPINGS):$(PWD)/proto-gen/ \
### --swagger_out=allow_merge=true:$(PWD)/proto-gen/openapi/ \
$(PROTOC) \
$(PROTO_INCLUDES) \
-I plugin/storage/grpc/proto \
Expand Down Expand Up @@ -508,4 +507,3 @@ proto-install:
./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway \
./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger
# ./vendor/github.com/mwitkow/go-proto-validators/protoc-gen-govalidators

0 comments on commit 6cd0453

Please sign in to comment.