From 35cc3dd9b1d3b6af028d99d4833c7ae40e755b58 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Fri, 26 Jun 2020 19:03:43 -0400 Subject: [PATCH] Re-caching GMT remote files --- .azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 2fc98d4f3c4..d22f784e1c2 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -119,7 +119,7 @@ jobs: # Cache the ${HOME}/.gmt directory, for docs and testing - task: Cache@2 inputs: - key: cachedata | 20200524 + key: cachedata | 20200626 path: $(HOME)/.gmt cacheHitVar: CACHE_CACHEDATA_RESTORED displayName: Cache GMT remote data for testing @@ -215,7 +215,7 @@ jobs: # Cache the ${HOME}/.gmt directory, for docs and testing - task: Cache@2 inputs: - key: cachedata | 20200524 + key: cachedata | 20200626 path: $(HOMEPATH)/.gmt cacheHitVar: CACHE_CACHEDATA_RESTORED displayName: Cache GMT remote data for testing