Skip to content

Commit

Permalink
Merge pull request #2 from joseph-v/Fix
Browse files Browse the repository at this point in the history
Clean up makefile
  • Loading branch information
skdwriting authored Apr 11, 2020
2 parents 960e6ef + ea799ac commit 6d7c8b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,8 @@ metricexporter:
go build -ldflags '-w -s' -o $(BUILD_DIR)/bin/lvm_exporter github.com/sodafoundation/controller/contrib/exporters/lvm_exporter

docker: build
cp $(BUILD_DIR)/bin/osdsdock ./cmd/osdsdock
cp $(BUILD_DIR)/bin/osdslet ./cmd/osdslet
cp $(BUILD_DIR)/bin/osdsapiserver ./cmd/osdsapiserver
docker build cmd/osdsdock -t opensdsio/opensds-dock:latest
docker build cmd/osdslet -t opensdsio/opensds-controller:latest
docker build cmd/osdsapiserver -t opensdsio/opensds-apiserver:latest

test: build
install/CI/test
Expand Down

0 comments on commit 6d7c8b6

Please sign in to comment.