Skip to content

Commit 3b687fd

Browse files
minor symfony#28340 [appveyor] minor CI fix (nicolas-grekas)
This PR was merged into the 2.8 branch. Discussion ---------- [appveyor] minor CI fix | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Should fix this message on appveyor: `fatal: Not a valid object name HEAD^` Commits ------- a391331 [appveyor] minor CI fix
2 parents 599de83 + a391331 commit 3b687fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build-packages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$flags = \PHP_VERSION_ID >= 50400 ? JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE : 0;
1515

1616
foreach ($dirs as $k => $dir) {
17-
if (!system("git diff --name-only $mergeBase -- $dir", $exitStatus)) {
17+
if (!system("git diff --name-only \"$mergeBase\" -- $dir", $exitStatus)) {
1818
if ($exitStatus) {
1919
exit($exitStatus);
2020
}

0 commit comments

Comments
 (0)