Skip to content

Commit

Permalink
back to
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <maros.orsak159@gmail.com>
  • Loading branch information
see-quick committed Jan 8, 2025
1 parent 910635a commit bc7b6c7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .azure/build-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ jobs:
vmImage: 'Ubuntu-22.04'
# Pipeline steps
steps:
# - task: Cache@2
# inputs:
# key: 'maven-cache_v2'
# path: $(HOME)/.m2/repository
# displayName: Maven cache
- task: Cache@2
inputs:
key: 'maven-cache | $(System.JobName) | **/pom.xml'
restoreKeys: |
maven-cache | $(System.JobName)
maven-cache
path: $(HOME)/.m2/repository
displayName: Maven cache
- template: 'templates/steps/setup_docker.yaml'
- template: 'templates/steps/setup_java.yaml'
parameters:
Expand Down

0 comments on commit bc7b6c7

Please sign in to comment.