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 0a7693c  chore(build): disable go modules when performing go clean
0a7693c is described below

commit 0a7693c1e6646d9c3b054fa15e7280634634a7bd
Author: lburgazzoli <[email protected]>
AuthorDate: Sun Dec 8 18:40:24 2019 +0100

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

diff --git a/script/Makefile b/script/Makefile
index b08fc89..5e610b3 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -163,7 +163,7 @@ clean:
        #
        #    https://github.com/golang/go/issues/31002
        #
-       go clean
+       GO111MODULE=off go clean
        rm -f camel-k
        rm -f kamel
        rm -f *.test

Reply via email to