Skip to content

Commit 981cd8b

Browse files
authored
Force cache refresh (#185)
This should hopefully fix CI. Not quite sure what Azure messed up. This happened on several repositories.
1 parent 19c4a6b commit 981cd8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- checkout: self
2222
- task: CacheBeta@0
2323
inputs:
24-
key: stack-cache-v1 | $(Agent.OS) | $(Build.SourcesDirectory)/stack.yaml | $(Build.SourcesDirectory)/ghcide.cabal
24+
key: stack-cache-v2 | $(Agent.OS) | $(Build.SourcesDirectory)/stack.yaml | $(Build.SourcesDirectory)/ghcide.cabal
2525
path: .azure-cache
2626
cacheHitVar: CACHE_RESTORED
2727
displayName: "Cache stack artifacts"
@@ -67,7 +67,7 @@ jobs:
6767
- checkout: self
6868
- task: CacheBeta@0
6969
inputs:
70-
key: stack-cache-v1 | $(Agent.OS) | $(Build.SourcesDirectory)/stack84.yaml | $(Build.SourcesDirectory)/ghcide.cabal
70+
key: stack-cache-v2 | $(Agent.OS) | $(Build.SourcesDirectory)/stack84.yaml | $(Build.SourcesDirectory)/ghcide.cabal
7171
path: .azure-cache
7272
cacheHitVar: CACHE_RESTORED
7373
displayName: "Cache stack artifacts"
@@ -113,7 +113,7 @@ jobs:
113113
- checkout: self
114114
- task: CacheBeta@0
115115
inputs:
116-
key: stack-cache-v1 | $(Agent.OS) | $(Build.SourcesDirectory)/stack88.yaml | $(Build.SourcesDirectory)/ghcide.cabal
116+
key: stack-cache-v2 | $(Agent.OS) | $(Build.SourcesDirectory)/stack88.yaml | $(Build.SourcesDirectory)/ghcide.cabal
117117
path: .azure-cache
118118
cacheHitVar: CACHE_RESTORED
119119
displayName: "Cache stack artifacts"
@@ -159,7 +159,7 @@ jobs:
159159
- checkout: self
160160
- task: CacheBeta@0
161161
inputs:
162-
key: stack-cache-v1 | $(Agent.OS) | $(Build.SourcesDirectory)/stack-ghc-lib.yaml | $(Build.SourcesDirectory)/ghcide.cabal
162+
key: stack-cache-v2 | $(Agent.OS) | $(Build.SourcesDirectory)/stack-ghc-lib.yaml | $(Build.SourcesDirectory)/ghcide.cabal
163163
path: .azure-cache
164164
cacheHitVar: CACHE_RESTORED
165165
displayName: "Cache stack artifacts"

0 commit comments

Comments
 (0)