Skip to content

Commit 5f7621a

Browse files
authored
Merge pull request #1378 from hydephp/migrate-to-dot-se-domain
Internal: Update monorepo scripts to use the HydePHP.com CI server
2 parents c6a45a8 + cfbf8fb commit 5f7621a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monorepo/scripts/ping-ci-server-with-type-coverage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'report' => file_get_contents('type-coverage.json') ?? exit(404),
2121
];
2222

23-
$url = 'https://ci.hydephp.se/api/github/actions/type-coverage';
23+
$url = 'https://ci.hydephp.com/api/github/actions/type-coverage';
2424

2525
$curl = curl_init($url);
2626
curl_setopt($curl, CURLOPT_URL, $url);

monorepo/scripts/ping-openanalytics-testrunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
exit(404);
2323
}
2424

25-
$url = 'https://analytics.hydephp.se/api/test_runs';
25+
$url = 'https://analytics.hydephp.com/api/test_runs';
2626
$data = [
2727
'runner' => json_encode($runner),
2828
];

0 commit comments

Comments
 (0)