This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-2.2
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.2 by this push:
new 89979dad053 [hotfix][ci] Set correct maven repo folder in flink-ci
(#28049)
89979dad053 is described below
commit 89979dad053265f8f0ea5ed8eaf45571e297d5d6
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon Apr 27 14:22:58 2026 +0200
[hotfix][ci] Set correct maven repo folder in flink-ci (#28049)
---
.github/workflows/template.flink-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/template.flink-ci.yml
b/.github/workflows/template.flink-ci.yml
index 17b191089a6..e8970f664a8 100644
--- a/.github/workflows/template.flink-ci.yml
+++ b/.github/workflows/template.flink-ci.yml
@@ -259,7 +259,7 @@ jobs:
done
mkdir -p \
${{ env.CONTAINER_LOCAL_WORKING_DIR }} \
- ${{ env.CONTAINER_LOCAL_WORKING_DIR }} \
+ ${{ env.MAVEN_REPO_FOLDER }} \
${{ env.DOCKER_IMAGES_CACHE_FOLDER }}
chown -R flink:flink ${{ env.CONTAINER_LOCAL_WORKING_DIR }}
chown -R flink:flink ${{ env.MAVEN_REPO_FOLDER }}