This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 8917b53535c [hotfix][ci] Set correct maven repo folder in flink-ci
8917b53535c is described below
commit 8917b53535c0f206d471298192544918d321b2ca
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon Apr 27 23:16:00 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 99a61eaa964..f379946b29d 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 }}