8000 Remove last-modified from headers as it causes a failure when updatin… · PowerShell/PowerShell@0e4cd63 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e4cd63

Browse files
JamesWTruherTravisEz13
authored andcommitted
Remove last-modified from headers as it causes a failure when updating the daily badge (#4522)
1 parent e4060ab commit 0e4cd63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/travis.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ function Set-DailyBuildBadge
5050
$headers = @{
5151
"x-ms-date" = $now
5252
"cache-control" = "no-cache"
53-
"last-modified" = $now
5453
"x-ms-blob-type" = "BlockBlob"
5554
"x-ms-version" = "$headerDate"
5655
}
@@ -220,4 +219,4 @@ else
220219
}
221220

222221
Start-PSxUnit
223-
}
222+
}

0 commit comments

Comments
 (0)
0