You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/05/28 10:03:39 UTC

[GitHub] [camel-k] lburgazzoli commented on a change in pull request #694: chore: disable modules when invoking go clean

lburgazzoli commented on a change in pull request #694: chore: disable modules when invoking go clean
URL: https://github.com/apache/camel-k/pull/694#discussion_r288024411
 
 

 ##########
 File path: script/Makefile
 ##########
 @@ -77,7 +77,10 @@ build-compile-integration-tests:
 	go test -c -tags=integration ./test/*.go
 
 clean:
-	go clean
+	# go clean fails if modules support are turned on as it tries to 
 
 Review comment:
   done

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services