Skip to content

Commit

Permalink
GA v1.1.0 merge develop to master branch (#63)
Browse files Browse the repository at this point in the history
GA v1.1.0 merge develop to master branch
  • Loading branch information
oriyarde authored Mar 30, 2020
1 parent f23fd34 commit 61343fa
Show file tree
Hide file tree
Showing 26 changed files with 3,537 additions and 243 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

#all: test

.PHONY: ibm-block-csi-operator
ibm-block-csi-operator:
.PHONY: build
build:
CGO_ENABLED=1 GOOS=linux go build -o build/_output/bin/ibm-block-csi-operator -gcflags all=-trimpath=${GOPATH} -asmflags all=-trimpath=${GOPATH} -mod=vendor cmd/manager/main.go

.PHONY: test
test: update
# for go 1.13+, set GOFLAGS to enable vendor mod
# for go 1.13+, set GOFLAGS to enable vendor mod for ginkgo
GO111MODULE=on GOFLAGS='-mod=vendor' ginkgo -r -skipPackage pkg/controller

.PHONY: update
Expand Down
Loading

0 comments on commit 61343fa

Please sign in to comment.