This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-2.3
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.3 by this push:
new 673c2fa09cd [hotfix][ci] Set correct maven repo folder in flink-ci
673c2fa09cd is described below
commit 673c2fa09cdb6f46f87ea00dd006e49dd14527bc
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Tue Apr 28 13:01:41 2026 +0200
[hotfix][ci] Set correct maven repo folder in flink-ci
---
.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 }}