We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d7e58 commit 29f6bc7Copy full SHA for 29f6bc7
.github/workflows/reusable-build.yml
@@ -69,10 +69,7 @@ jobs:
69
{
70
$dockerDir = Split-Path $dockerPath
71
Write-Host "Listing contents of $dockerDir recursively:"
72
- Get-ChildItem -Path $dockerDir -Recurse | ForEach-Object
73
- {
74
- Write-Host $_.FullName
75
- }
+ Get-ChildItem -Path $dockerDir -Recurse | ForEach-Object { Write-Host $_.FullName }
76
$dockercliPath = $dockerPath -replace "docker.exe", "dockercli.exe"
77
if (Test-Path $dockercliPath)
78
0 commit comments