mbalassi commented on a change in pull request #130:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/130#discussion_r837628303
##########
File path: Dockerfile
##########
@@ -35,7 +36,7 @@ COPY $WEBHOOK_DIR/src ./$WEBHOOK_DIR/src
COPY tools ./tools
-RUN --mount=type=cache,target=/root/.m2 mvn -ntp clean install
+RUN --mount=type=cache,target=/root/.m2 mvn -ntp clean install
-DskipTests=$SKIP_TESTS
Review comment:
We still run the tests once outside of the docker build and once inside
the docker build, both during the `test_ci` job. I feel this is sufficient, I
would not run it more than these.
--
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]