mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
appveyor: fix logic in Get-SaveCache
This commit is contained in:
parent
2cfa608324
commit
243a3ba2d0
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ environment:
|
|||
# Get-SaveCache returns $true if the cache will be saved at the end.
|
||||
function Get-SaveCache {
|
||||
-not $env:APPVEYOR_PULL_REQUEST_NUMBER -and
|
||||
-not $env:APPVEYOR_CACHE_SKIP_SAVE -eq "true"
|
||||
-not ($env:APPVEYOR_CACHE_SKIP_SAVE -eq "true")
|
||||
}
|
||||
|
||||
for:
|
||||
|
|
Loading…
Add table
Reference in a new issue