We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec3fcd0 + fb27ea3 commit 1a7612cCopy full SHA for 1a7612c
1 file changed
Get-Changed-Components.ps1
@@ -47,14 +47,6 @@ $retChangedComponents = -not [string]::IsNullOrWhiteSpace($changedComponentFiles
47
# - Are a fallback to ensure that the script doesn't return an empty list of components.
48
$retAllComponents = [string]::IsNullOrWhiteSpace($changedComponentFiles) -or -not [string]::IsNullOrWhiteSpace($otherChanges);
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
if ($retAllComponents) {
59
return 'all';
60
}
0 commit comments