Skip to content

Commit

Permalink
Bump cache version for Azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Nov 25, 2019
1 parent 52fe3b9 commit d459b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci-templates/stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:
- task: CacheBeta@0
inputs:
# the number below is a cache version when we want to force a cache refresh
key: maven | "1" | bom/runtime/pom.xml #if we attempt to use all poms then when they get copied to target everything breaks. This should be good enough, it does not need to be perfect
key: maven | "2" | bom/runtime/pom.xml #if we attempt to use all poms then when they get copied to target everything breaks. This should be good enough, it does not need to be perfect
path: $(MAVEN_CACHE_FOLDER)
securityNamespace: cache
cacheHitVar: CACHE_RESTORED
Expand Down Expand Up @@ -63,7 +63,7 @@ stages:
- task: CacheBeta@0
inputs:
# the number below is a cache version when we want to force a cache refresh
key: mavenWindows | "1" | bom/runtime/pom.xml #if we attempt to use all poms then when they get copied to target everything breaks. This should be good enough, it does not need to be perfect
key: mavenWindows | "2" | bom/runtime/pom.xml #if we attempt to use all poms then when they get copied to target everything breaks. This should be good enough, it does not need to be perfect
path: $(MAVEN_CACHE_FOLDER)
securityNamespace: cache
cacheHitVar: CACHE_RESTORED
Expand Down

0 comments on commit d459b1a

Please sign in to comment.