Skip to content

Commit

Permalink
Removes wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Dec 21, 2023
1 parent 6bb0276 commit e1318dc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/template.flink-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,10 @@ env:
FLINK_ARTIFACT_DIR: /root/artifact-directory
FLINK_ARTIFACT_FILENAME: flink_artifacts.tar.gz

# The following environment variables refer to folders that are subject to caching and, therefore,
# have to live in the mounted folder.
MAVEN_REPO_FOLDER: /__w/.m2/repository
MAVEN_ARGS: -Dmaven.repo.local=/__w/.m2/repository
MAVEN_REPO_FOLDER: /root/.m2/repository
MAVEN_ARGS: -Dmaven.repo.local=/root/.m2/repository
# required by tools/azure-pipelines/cache_docker_images.sh
DOCKER_IMAGES_CACHE_FOLDER: /__w/.docker-cache
DOCKER_IMAGES_CACHE_FOLDER: /root/.docker-cache

jobs:
compile:
Expand Down

0 comments on commit e1318dc

Please sign in to comment.