This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-2.0 by this push:
     new 0e94f218b98 [hotfix][ci] Set correct maven repo folder in flink-ci
0e94f218b98 is described below

commit 0e94f218b98b2c5f9dcd12c95a794e93ebb6b2f0
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon Apr 27 09:08:37 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 3ec2db7f0ec..101235cd63c 100644
--- a/.github/workflows/template.flink-ci.yml
+++ b/.github/workflows/template.flink-ci.yml
@@ -249,7 +249,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 }}

Reply via email to