Skip to content

Commit

Permalink
Make ingestion script less noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Mar 21, 2019
1 parent 9df802a commit 2cf17c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .xdebugci/ingest.php
Expand Up @@ -30,9 +30,7 @@
],
];

echo "Running for:\n";
echo "_id' => {$runId}@{$config}\n";
print_r( $status );
echo "Running for: _id' => {$runId}@{$config}\n";

if ( isset( $xml['buildFailed'] ) )
{
Expand Down

0 comments on commit 2cf17c7

Please sign in to comment.