aboutsummaryrefslogtreecommitdiff
path: root/scripts/internalCI.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/internalCI.ps1')
-rw-r--r--scripts/internalCI.ps11
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/internalCI.ps1 b/scripts/internalCI.ps1
index 68c917f7a..67871acc1 100644
--- a/scripts/internalCI.ps1
+++ b/scripts/internalCI.ps1
@@ -1,7 +1,6 @@
$ErrorActionPreference = "Stop"
New-Item -type directory downloads -errorAction SilentlyContinue | Out-Null
-New-Item -type file downloads\AlwaysAllowDownloads -errorAction SilentlyContinue | Out-Null
./scripts/bootstrap.ps1
if (-not $?) { throw $? }