This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new 01a8c7f  chore(build): disable go modules when performing go clean
01a8c7f is described below

commit 01a8c7f565a1a6ea4e1151bba40d5321f4f12765
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Wed Dec 4 00:34:23 2019 +0100

    chore(build): disable go modules when performing go clean
---
 script/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/script/Makefile b/script/Makefile
index 60699d4..b08fc89 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -159,6 +159,10 @@ build-compile-integration-tests:
        go test -c -tags="integration knative" ./e2e/*.go
 
 clean:
+       # disable gomodules when executing go clean:
+       #
+       #    https://github.com/golang/go/issues/31002
+       #
        go clean
        rm -f camel-k
        rm -f kamel

Reply via email to