From a20385aa9153cdf4e37c0ab640752e700c17ffdf Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Thu, 11 Jun 2020 10:11:21 +0300 Subject: [PATCH] Clean up Signed-off-by: Lauri Nevala --- .azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index b0fbfbcb97..df957ef792 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -35,11 +35,6 @@ jobs: path: $(YARN_CACHE_FOLDER) cacheHitVar: CACHE_RESTORED displayName: Cache Yarn packages - #- powershell: | - # mkdir -p "$env:YARN_CACHE_FOLDER" - # tar -xzf "$env:YARN_CACHE_FOLDER/yarn-cache.tar.gz" -C / - # displayName: "Unpack cache" - # condition: eq(variables.CACHE_RESTORED, 'true') - script: make deps displayName: Install dependencies - script: make integration-win