Skip to content

Commit

Permalink
Update deploy-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed Apr 14, 2023
1 parent bb178cc commit 7d925e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,14 @@ stages:
# cat src/main/resources/application.properties
# failOnStderr: true

- task: Cache@2
inputs:
key: 'maven | "$(Agent.OS)" | pom.xml'
restoreKeys: |
maven | "$(Agent.OS)"
maven
path: $(MAVEN_CACHE_FOLDER)
displayName: Set Maven Cache
#- task: Cache@2
# inputs:
# key: 'maven | "$(Agent.OS)" | pom.xml'
# restoreKeys: |
# maven | "$(Agent.OS)"
# maven
# path: $(MAVEN_CACHE_FOLDER)
# displayName: Set Maven Cache

- task: Bash@3
# When the maven task is installed, mvn can be used in a script
Expand Down

0 comments on commit 7d925e9

Please sign in to comment.