pan3793 commented on a change in pull request #1155:
URL: https://github.com/apache/incubator-kyuubi/pull/1155#discussion_r716050983
##########
File path: docker/Dockerfile
##########
@@ -28,8 +32,11 @@ ARG BASE_IMAGE=openjdk:8-jdk
FROM maven:3.6-jdk-8 as builder
+ARG CI
ARG MVN_ARG
+ENV CI ${CI}
Review comment:
Both GitHub Action and Travis will add `CI` into env.
https://github.com/apache/incubator-kyuubi/blob/master/build/mvn#L27-L29
--
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]