yuanzac commented on a change in pull request #185: SUBMARINE-388. Rebuild 
image every run k8s-test
URL: https://github.com/apache/submarine/pull/185#discussion_r381208278
 
 

 ##########
 File path: submarine-cloud/Makefile
 ##########
 @@ -34,20 +33,19 @@ LDFLAGS            := -s -w \
 
 .PHONY: build
 build:
-       $(GOBUILD) -o ./bin/$(BINARY_NAME) -v cmd/operator/main.go
+       GOOS=${GOOS} GOARCH=amd64 $(GOBUILD) -o ./bin/$(BINARY_NAME) -v 
cmd/operator/main.go
 
 test:
-       $(GOTEST) -v ./...
+       #$(GOTEST) -v ./...
 
 Review comment:
   Delete this line instead of add a comment "#"?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to