dmvolod closed pull request #8: Add go get dependecies before build
URL: https://github.com/apache/camel-k/pull/8
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build/Makefile b/build/Makefile
index eb1a16c..e019744 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -1,6 +1,9 @@
 VERSION := $(shell ./build/get_version.sh)
 
-build: build-runtime build-embed-resources build-operator build-kamel
+build: build-runtime build-embed-resources get-go-deps build-operator 
build-kamel
+
+get-go-deps:
+       go get -v -d ./...
 
 build-operator:
        go build -o camel-k-operator ./cmd/camel-k-operator/*.go


 

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


With regards,
Apache Git Services

Reply via email to