Skip to content

Commit

Permalink
added new multi package
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiestephenkerr committed Mar 12, 2024
1 parent dcc3657 commit f8c4775
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scripts/Blaise/install_cma_packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,13 @@ 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:CmaServerParkName `
-InstrumentName "CMA_ContactInfo" `
-filePath "$env:CmaInstrumentPath\CMA_ContactInfo.bpkg"

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

# Cleanup temporary cma packages folder
Remove-Item -LiteralPath $env:CmaInstrumentPath -Force -Recurse
Expand Down

0 comments on commit f8c4775

Please sign in to comment.