kevin85421 commented on a change in pull request #571:
URL: https://github.com/apache/submarine/pull/571#discussion_r622724645



##########
File path: submarine-cloud-v2/Makefile
##########
@@ -28,6 +28,9 @@ api:
 
 .PHONY: image
 image:
+ifeq (,$(wildcard ./charts/))
+       cp -r ../helm-charts/submarine/charts  .
+endif
        GOOS=linux go build -o submarine-operator
        docker build -t submarine-operator .
        go build -o submarine-operator

Review comment:
       Thanks! I have updated it.




-- 
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]


Reply via email to