8000 Merge branch '2.8' into 3.4 · symfony/symfony@fc484d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc484d7

Browse files
Merge branch '2.8' into 3.4
* 2.8: [appveyor] fix bis [appveyor] minor CI fix
2 parents 7a4d7b5 + 450098a commit fc484d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
}

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ install:
5353
- php composer.phar self-update
5454
- copy /Y .composer\* %APPDATA%\Composer\
5555
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
56-
- php .github/build-packages.php "HEAD^" src\Symfony\Bridge\PhpUnit
56+
- php .github/build-packages.php %APPVEYOR_REPO_COMMIT%^^ src\Symfony\Bridge\PhpUnit
5757
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
5858
- php composer.phar config platform.php 5.5.9
5959
- php compo 38E7 ser.phar update --no-progress --no-suggest --ansi

0 commit comments

Comments
 (0)
0