mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-03 05:23:25 +03:00
Force cache refresh (#185)
This should hopefully fix CI. Not quite sure what Azure messed up. This happened on several repositories.
This commit is contained in:
parent
19c4a6b38f
commit
981cd8b8d7
@ -21,7 +21,7 @@ jobs:
|
|||||||
- checkout: self
|
- checkout: self
|
||||||
- task: CacheBeta@0
|
- task: CacheBeta@0
|
||||||
inputs:
|
inputs:
|
||||||
key: stack-cache-v1 | $(Agent.OS) | $(Build.SourcesDirectory)/stack.yaml | $(Build.SourcesDirectory)/ghcide.cabal
|
key: stack-cache-v2 | $(Agent.OS) | $(Build.SourcesDirectory)/stack.yaml | $(Build.SourcesDirectory)/ghcide.cabal
|
||||||
path: .azure-cache
|
path: .azure-cache
|
||||||
cacheHitVar: CACHE_RESTORED
|
cacheHitVar: CACHE_RESTORED
|
||||||
displayName: "Cache stack artifacts"
|
displayName: "Cache stack artifacts"
|
||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
- checkout: self
|
- checkout: self
|
||||||
- task: CacheBeta@0
|
- task: CacheBeta@0
|
||||||
inputs:
|
inputs:
|
||||||
key: stack-cache-v1 | $(Agent.OS) | $(Build.SourcesDirectory)/stack84.yaml | $(Build.SourcesDirectory)/ghcide.cabal
|
key: stack-cache-v2 | $(Agent.OS) | $(Build.SourcesDirectory)/stack84.yaml | $(Build.SourcesDirectory)/ghcide.cabal
|
||||||
path: .azure-cache
|
path: .azure-cache
|
||||||
cacheHitVar: CACHE_RESTORED
|
cacheHitVar: CACHE_RESTORED
|
||||||
displayName: "Cache stack artifacts"
|
displayName: "Cache stack artifacts"
|
||||||
@ -113,7 +113,7 @@ jobs:
|
|||||||
- checkout: self
|
- checkout: self
|
||||||
- task: CacheBeta@0
|
- task: CacheBeta@0
|
||||||
inputs:
|
inputs:
|
||||||
key: stack-cache-v1 | $(Agent.OS) | $(Build.SourcesDirectory)/stack88.yaml | $(Build.SourcesDirectory)/ghcide.cabal
|
key: stack-cache-v2 | $(Agent.OS) | $(Build.SourcesDirectory)/stack88.yaml | $(Build.SourcesDirectory)/ghcide.cabal
|
||||||
path: .azure-cache
|
path: .azure-cache
|
||||||
cacheHitVar: CACHE_RESTORED
|
cacheHitVar: CACHE_RESTORED
|
||||||
displayName: "Cache stack artifacts"
|
displayName: "Cache stack artifacts"
|
||||||
@ -159,7 +159,7 @@ jobs:
|
|||||||
- checkout: self
|
- checkout: self
|
||||||
- task: CacheBeta@0
|
- task: CacheBeta@0
|
||||||
inputs:
|
inputs:
|
||||||
key: stack-cache-v1 | $(Agent.OS) | $(Build.SourcesDirectory)/stack-ghc-lib.yaml | $(Build.SourcesDirectory)/ghcide.cabal
|
key: stack-cache-v2 | $(Agent.OS) | $(Build.SourcesDirectory)/stack-ghc-lib.yaml | $(Build.SourcesDirectory)/ghcide.cabal
|
||||||
path: .azure-cache
|
path: .azure-cache
|
||||||
cacheHitVar: CACHE_RESTORED
|
cacheHitVar: CACHE_RESTORED
|
||||||
displayName: "Cache stack artifacts"
|
displayName: "Cache stack artifacts"
|
||||||
|
Loading…
Reference in New Issue
Block a user