Skip to content

Commit

Permalink
update server park
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiestephenkerr committed Mar 12, 2024
1 parent 24015c8 commit c8a9721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Blaise/install_cma_packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ try{
InstallPackageViaServerManager -ServerParkName $env:CmaServerParkName -filePath $env:CmaInstrumentPath\CMA.bpkg

# Install other packages via Bliase CLI to configure the datbaases to be cloud based
InstallPackageViaBlaiseCli -ServerParkName $env:ENV_BLAISE_SERVER_PARK_NAME `
InstallPackageViaBlaiseCli -ServerParkName $env:CmaServerParkName `
-InstrumentName "CMA_ContactInfo" `
-filePath "$env:CmaInstrumentPath\CMA_ContactInfo.bpkg"

<# $InstrumentPackageList = 'CMA_Attempts.bpkg', 'CMA_ContactInfo.bpkg', 'CMA_Launcher.bpkg', 'CMA_Logging.bpkg'
$InstrumentPackageList | ForEach-Object {
$InstrumentName = $_.Substring(0, $_.LastIndexOf('.'))
InstallPackageViaBlaiseCli -ServerParkName $env:ENV_BLAISE_SERVER_PARK_NAME `
InstallPackageViaBlaiseCli -ServerParkName $env:CmaServerParkName `
-InstrumentName $InstrumentName
-filePath $env:CmaInstrumentPath\$_
} #>
Expand Down

0 comments on commit c8a9721

Please sign in to comment.