Skip to content

Commit

Permalink
Moves location of Maven repository to avoid copying it to /root
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Nov 10, 2023
1 parent 4b01d12 commit 5e4dd48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flink-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e4dd48

Please sign in to comment.