From 78fbcdf0ebd350643da2ac8f42589adae9b2a4e0 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Thu, 6 Jun 2019 17:32:24 +0800 Subject: not for ci --- scripts/get.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/get.ps1') diff --git a/scripts/get.ps1 b/scripts/get.ps1 index 4b186c23f..5e8463bc2 100644 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -169,6 +169,7 @@ param ( Remove-Item "$repodir" -Recurse -Force -ErrorAction SilentlyContinue } - registerTabCompletion - + if (-not $env:CI) { + registerTabCompletion + } } -- cgit v1.3.1