marcoabreu commented on a change in pull request #20461:
URL: https://github.com/apache/incubator-mxnet/pull/20461#discussion_r699499877
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -1404,6 +1429,21 @@ test_artifact_repository() {
popd
}
+integration_test() {
+ # install gradle
+ add-apt-repository ppa:cwchien/gradle
+ apt-get update -y
+ apt-get install gradle -y
Review comment:
Remove everything apt related here. That belongs into a Dockerfile.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]