+4
-4
lines changedFilter options
+4
-4
lines changed Original file line number Diff line number Diff line change
@@ -122,7 +122,7 @@ docker-test-unit: check-docker
122
122
-v $(shell pwd):/go/src/k8s.io/helm \
123
123
-w /go/src/k8s.io/helm \
124
124
$(DEV_IMAGE) \
125
-
bash -c "HELM_HOME=/no/such/dir go test $(GOFLAGS) -run $(TESTS) $(PKG) $(TESTFLAGS)"
125
+
bash -c "HELM_HOME=/no/such/dir $(GO) test $(GOFLAGS) -run $(TESTS) $(PKG) $(TESTFLAGS)"
126
126
127
127
.PHONY: test-style
128
128
test-style:
@@ -168,16 +168,16 @@ HAS_GIT := $(shell command -v git;)
168
168
.PHONY: bootstrap
169
169
bootstrap:
170
170
ifndef HAS_GLIDE
171
-
go get -u github.com/Masterminds/glide
171
+
$(GO) get -u github.com/Masterminds/glide
172
172
endif
173
173
ifndef HAS_GOX
174
-
go get -u github.com/mitchellh/gox
174
+
$(GO) get -u github.com/mitchellh/gox
175
175
endif
176
176
177
177
ifndef HAS_GIT
178
178
$(error You must install Git)
179
179
endif
180
180
glide install --strip-vendor
181
-
go build -o bin/protoc-gen-go ./vendor/github.com/golang/protobuf/protoc-gen-go
181
+
$(GO) build -o bin/protoc-gen-go ./vendor/github.com/golang/protobuf/protoc-gen-go
182
182
183
183
include versioning.mk
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4