mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
azure disable stack root.
This commit is contained in:
parent
c2a0bef941
commit
b904c42a65
2 changed files with 6 additions and 6 deletions
|
|
@ -29,14 +29,14 @@ jobs:
|
|||
# key: stack | $(Agent.OS)
|
||||
# path: $(HOME)/.local/bin
|
||||
# displayName: Cache stack
|
||||
# - task: CacheBeta@0
|
||||
# inputs:
|
||||
# key: stack-root | $(Agent.OS) | stack.yaml | version2
|
||||
# path: $(STACK_ROOT)
|
||||
# displayName: Cache stack root
|
||||
- task: CacheBeta@0
|
||||
inputs:
|
||||
key: stack-root | $(Agent.OS) | stack.yaml | version2
|
||||
path: $(STACK_ROOT)
|
||||
displayName: Cache stack root
|
||||
- task: CacheBeta@0
|
||||
inputs:
|
||||
key: stack-work | $(Agent.OS) | stack.yaml | version3
|
||||
key: stack-work | $(Agent.OS) | stack.yaml | version4
|
||||
path: $(Build.SourcesDirectory)/$(STACK_WORK)
|
||||
displayName: Cache stack work
|
||||
- script: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue