File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ try {
274
274
$imageName = $settings.cacheImageName
275
275
if ($imageName ) {
276
276
Write-Host " ::group::Flush ContainerHelper Cache"
277
- Flush- ContainerHelperCache - cache ' all,exitedcontainers' - keepdays $settings.cacheKeepDays
277
+ Flush- ContainerHelperCache - cache ' all,exitedcontainers,ALGoContainersOnly ' - keepdays $settings.cacheKeepDays
278
278
Write-Host " ::endgroup::"
279
279
}
280
280
}
@@ -516,7 +516,7 @@ try {
516
516
- CreateRuntimePackages:$CreateRuntimePackages `
517
517
- appBuild $appBuild - appRevision $appRevision `
518
518
- uninstallRemovedApps `
519
- - NewBcContainer { Param ([Hashtable ]$parameters ) Write-Host " Debug custom container script.. " ; $parameters.additionalParameters += @ (" --label creator=AL-Go" ); New-BcContainer @parameters ; Invoke-ScriptInBcContainer $parameters.ContainerName - scriptblock { $progressPreference = ' SilentlyContinue' } }
519
+ - NewBcContainer { Param ([Hashtable ]$parameters ) $parameters.additionalParameters += @ (" --label creator=AL-Go" ); New-BcContainer @parameters ; Invoke-ScriptInBcContainer $parameters.ContainerName - scriptblock { $progressPreference = ' SilentlyContinue' } }
520
520
521
521
if ($containerBaseFolder ) {
522
522
Write-Host " Copy artifacts and build output back from build container"
You can’t perform that action at this time.
0 commit comments