Skip to content

Commit c7842d4

Browse files
committed
More debugging
1 parent dab01a8 commit c7842d4

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

ci/src/PHPStyler.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,12 @@ public function check()
8989
return false;
9090
}
9191

92+
echo "post-checkout2";
93+
9294
Travis::foldCall('git.checkout2', 'git checkout {$this->commit} 2>&1');
9395

96+
echo "post-checkout2";
97+
9498
return true;
9599
}
96100
}

ci/style.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,9 @@
22
<?php
33

44
declare(strict_types=1);
5-
echo '1';
65
require realpath(dirname(__FILE__)).'/../vendor/autoload.php';
7-
echo '2';
86
use Expensify\Bedrock\CI\PHPStyler;
97

10-
echo '3';
11-
128
$styler = new PHPStyler($_SERVER['GITHUB_REF'], $_SERVER['GITHUB_SHA']);
13-
echo '4';
149
$valid = $styler->check();
15-
echo '5';
16-
echo $valid;
1710
exit((int) !$valid);

0 commit comments

Comments
 (0)