Skip to content

Commit

Permalink
ci - revert cache (cloud-custodian#4474)
Browse files Browse the repository at this point in the history
  • Loading branch information
logachev authored and stefangordon committed Aug 1, 2019
1 parent 2d8311f commit 62a54bb
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ trigger:

variables:
- group: CustodianCoreCI
- name: WINDOWS_CACHE_DIR
value: $(LOCALAPPDATA)\pip\cache
- name: LINUX_CACHE_DIR
value: /home/vsts/.cache/pip

jobs:

Expand All @@ -33,14 +29,6 @@ jobs:
pool:
vmImage: 'Ubuntu-16.04'
steps:
- task: CacheBeta@0
inputs:
key: |
c7n-tox
3.7
$(Agent.OS)
path: $(LINUX_CACHE_DIR)

- checkout: self
fetchDepth: 1

Expand Down Expand Up @@ -76,14 +64,6 @@ jobs:
maxParallel: 3

steps:
- task: CacheBeta@0
inputs:
key: |
c7n-tox
$(python.version)
$(Agent.OS)
path: $(LINUX_CACHE_DIR)

- checkout: self
fetchDepth: 2

Expand Down Expand Up @@ -134,14 +114,6 @@ jobs:
maxParallel: 3

steps:
- task: CacheBeta@0
inputs:
key: |
c7n-tox
$(python.version)
$(Agent.OS)
path: $(WINDOWS_CACHE_DIR)

- checkout: self
fetchDepth: 2

Expand Down

0 comments on commit 62a54bb

Please sign in to comment.