From 5e4dd48c68ff90d8be46a66a95988465f2e1d43b Mon Sep 17 00:00:00 2001 From: Matthias Pohl Date: Fri, 10 Nov 2023 16:26:56 +0100 Subject: [PATCH] Moves location of Maven repository to avoid copying it to /root --- .github/workflows/flink-ci-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flink-ci-template.yml b/.github/workflows/flink-ci-template.yml index 39f40752fd1abb..c5a7f5ea2b010b 100644 --- a/.github/workflows/flink-ci-template.yml +++ b/.github/workflows/flink-ci-template.yml @@ -44,8 +44,8 @@ env: # The working directory within the Docker container is set to /__w which is mapped to the runner # directory /home/runner/work. CONTAINER_WORKING_DIR: /__w/flink/flink - MAVEN_REPO_FOLDER: /__w/flink/flink/.m2/repository - MAVEN_ARGS: -Dmaven.repo.local=/__w/flink/flink/.m2/repository + MAVEN_REPO_FOLDER: /__w/.m2/repository + MAVEN_ARGS: -Dmaven.repo.local=/__w/.m2/repository FLINK_ARTIFACT_DIR: /root/ FLINK_ARTIFACT_FILENAME: flink_artifacts.tar.gz DOCKER_IMAGES_CACHE_FOLDER: /root/.docker-cache