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:
[email protected]
With regards,
Apache Git Services