Skip to content

Commit

Permalink
[FLINK-16411][AZP] Cache maven artifacts for tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Mar 31, 2020
1 parent a857a27 commit f728eec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/azure-pipelines/jobs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ jobs:
path: $(CACHE_FLINK_DIR)
artifact: FlinkCompileCacheDir-${{parameters.stage_name}}

# only for the python stage (which runs a full mvn install), download the cache
- task: Cache@2
condition: eq(variables['module'], 'python')
inputs:
key: $(CACHE_KEY)
restoreKeys: $(CACHE_FALLBACK_KEY)
Expand Down

0 comments on commit f728eec

Please sign in to comment.