Skip to content

Commit

Permalink
removed get-credential from release
Browse files Browse the repository at this point in the history
  • Loading branch information
ffeldhaus committed Nov 2, 2015
1 parent 6b8782c commit 237ddda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Copy-Item -Path "$src\*" `
Import-Module "$src\OnCommand-Insight.psm1"
if (!$OciServer) { $OciServer = "cbc-oci-01.muccbc.hq.netapp.com" }
Write-Host "Connecting to $OciServer"
$Credential = Get-Credential
Connect-OciServer -Name $OciServer -Credential $Credential -Insecure
Get-OciCmdlets -FilePath "$dst\OnCommand-Insight.psm1"

Expand Down

0 comments on commit 237ddda

Please sign in to comment.