Initial Test Iteration #1

Merged
foefl merged 48 commits from dev into main 2026-06-16 08:08:58 +00:00
Showing only changes of commit 0144f63339 - Show all commits

View File

@@ -189,7 +189,7 @@ else {
} }
Write-Output "Packaging whole standalone environment in a ZIP file" Write-Output "Packaging whole standalone environment in a ZIP file"
$dest_path = Join-Path -Path $DEPLOYMENT_PATH -ChildPath "dopt_nafka_wce-crm_v$version.zip" $dest_path = Join-Path -Path $DEPLOYMENT_PATH -ChildPath "dopt_wattana_data-analytics_v$version.zip"
$compress = @{ $compress = @{
Path = "$ENV_PATH\**" Path = "$ENV_PATH\**"
CompressionLevel = "Optimal" CompressionLevel = "Optimal"