We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a5a15 commit fff43aeCopy full SHA for fff43ae
Dockerfile
@@ -25,7 +25,7 @@ WORKDIR /app
25
26
COPY . .
27
28
-RUN --mount=type=bind,source="${MAVEN_HOME}",target=/root/.m2 \
+RUN --mount=type=bind,source=${MAVEN_HOME},target=/root/.m2 \
29
mvn -ntp clean install \
30
-pl flink-kubernetes-standalone,flink-kubernetes-operator-api,flink-kubernetes-operator,flink-autoscaler,flink-kubernetes-webhook -DskipTests=$SKIP_TESTS
31
0 commit comments