Skip to content

Commit 4fa64ea

Browse files
committed
[FlINK-36392] HOME not set?!?!
1 parent 5fc47a1 commit 4fa64ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ WORKDIR /app
2525

2626
COPY . .
2727

28-
RUN --mount=type=bind,source=${MAVEN_HOME},target=/root/.m2 \
28+
RUN --mount=type=bind,source="${MAVEN_HOME}",target=/root/.m2 \
2929
mvn -ntp clean install \
3030
-pl flink-kubernetes-standalone,flink-kubernetes-operator-api,flink-kubernetes-operator,flink-autoscaler,flink-kubernetes-webhook -DskipTests=$SKIP_TESTS
3131

0 commit comments

Comments
 (0)