Skip to content

Commit

Permalink
Changed release server
Browse files Browse the repository at this point in the history
  • Loading branch information
ffeldhaus committed Feb 29, 2016
1 parent 9a8fc8a commit 1fb4b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ param(
[Parameter(Mandatory = $false)][switch]$Minor,
[Parameter(Mandatory = $false)][switch]$Build,
[Parameter(Mandatory = $false)][switch]$Release,
[Parameter(Mandatory = $false)][string]$OciServer='localhost'
[Parameter(Mandatory = $false)][string]$OciServer

)

Expand Down Expand Up @@ -66,7 +66,7 @@ Copy-Item -Path "$src\*" `

Write-Host "Import new OCI Cmdlets"
Import-Module "$src\OnCommand-Insight.psm1"
if (!$OciServer) { $OciServer = "cbc-oci-01.muccbc.hq.netapp.com" }
if (!$OciServer) { $OciServer = "ff-oc1.muccbc.hq.netapp.com" }
Write-Host "Connecting to $OciServer"
Connect-OciServer -Name $OciServer -Credential $Credential -Insecure
Get-OciCmdlets -FilePath "$dst\OnCommand-Insight.psm1"
Expand Down

0 comments on commit 1fb4b0a

Please sign in to comment.