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
4747# - Are a fallback to ensure that the script doesn't return an empty list of components.
4848$retAllComponents = [string ]::IsNullOrWhiteSpace($changedComponentFiles ) -or -not [string ]::IsNullOrWhiteSpace($otherChanges );
4949
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-
5850if ($retAllComponents ) {
5951 return ' all' ;
6052}
You can’t perform that action at this time.
0 commit comments