From 65835d46795287274baa9262c88ad8d7670d3539 Mon Sep 17 00:00:00 2001 From: James Truher Date: Mon, 7 Aug 2017 14:52:37 -0700 Subject: [PATCH] Remove last-modified from headers as it causes a failure when updating the daily badge --- tools/travis.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/travis.ps1 b/tools/travis.ps1 index e9d02787850..58e425781d5 100644 --- a/tools/travis.ps1 +++ b/tools/travis.ps1 @@ -50,7 +50,6 @@ function Set-DailyBuildBadge $headers = @{ "x-ms-date" = $now "cache-control" = "no-cache" - "last-modified" = $now "x-ms-blob-type" = "BlockBlob" "x-ms-version" = "$headerDate" } @@ -220,4 +219,4 @@ else } Start-PSxUnit -} \ No newline at end of file +}