From 83c2f44baa963bf6b074cb0c12a644e1d627ac9e Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Mon, 4 May 2020 10:43:41 +0200 Subject: [PATCH] Disable cache step in CI --- .ci/azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 31f00754f5..cca5204c8d 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -33,12 +33,12 @@ jobs: inputs: versionSpec: '12.x' - - task: Cache@2 - displayName: 'Check Cache' - inputs: - key: 'yarn | yarn.lock' - path: 'node_modules' - cacheHitVar: CACHE_RESTORED + #- task: Cache@2 + # displayName: 'Check Cache' + # inputs: + # key: 'yarn | yarn.lock' + # path: 'node_modules' + # cacheHitVar: CACHE_RESTORED - script: 'yarn install --frozen-lockfile' displayName: 'Install Dependencies'