File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,6 @@ $retChangedComponents = -not [string]::IsNullOrWhiteSpace($changedComponentFiles
47
47
# - Are a fallback to ensure that the script doesn't return an empty list of components.
48
48
$retAllComponents = [string ]::IsNullOrWhiteSpace($changedComponentFiles ) -or -not [string ]::IsNullOrWhiteSpace($otherChanges );
49
49
50
- Write-Output " Relevant vars: "
51
- Write-Output " `$ fromSha: $FromSha "
52
- Write-Output " `$ toSha: $ToSha "
53
- Write-Output " `$ changedComponentFiles: $changedComponentFiles "
54
- Write-Output " `$ otherChanges: $otherChanges "
55
- Write-Output " `$ retChangedComponents: $retChangedComponents "
56
- Write-Output " `$ retAllComponents: $retAllComponents "
57
-
58
50
if ($retAllComponents ) {
59
51
return ' all' ;
60
52
}
You can’t perform that action at this time.
0 commit comments