Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Aug 2, 2024
1 parent 780f2cc commit 6eed65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monorepo/scripts/ping-openanalytics-testrunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
$data['commit'] = shell_exec('git rev-parse HEAD');
$data['branch'] = $branch ?? shell_exec('git branch --show-current');
$data['runner_os'] = php_uname('s');

var_dump($data);
curl_setopt($curl, CURLOPT_POSTFIELDS, json_encode($data));

$resp = curl_exec($curl);
Expand Down

0 comments on commit 6eed65f

Please sign in to comment.