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

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


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

commit a617f6a41785802bf9bd4f9572dd0ebf066e2ab8
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sun May 3 11:01:58 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 9fe851702e4..4e6aed77543 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 }}

Reply via email to