Skip to content
Snippets Groups Projects
Commit 12c54cec authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !12
parents 58a3092a 17ef5932
No related branches found
Tags v3.7.25
1 merge request!12Merging develop into main
Pipeline #522863 passed
......@@ -530,6 +530,7 @@ class Handler extends BaseHandler {
$hj_api_channels = getenv('HEALTHCHECK_API_CHANNELS');
$hj_project = $this->config->readValue('projectname');
$hj_branch = getenv('CI_COMMIT_BRANCH');
$hj_timezone = $this->env->receiveGlobal('HEALTHCHECK_API_TIMEZONE', '', 'Europe/Berlin');
$hj_checks = [];
$hj_manager = NULL;
......@@ -555,6 +556,7 @@ class Handler extends BaseHandler {
$task['name'] = $name;
$task['channels'] = $hj_api_channels;
$task['tags'] = implode(' ', ['d4d', $hj_project, $hj_branch]);
$task['tz'] = $hj_timezone;
$check = NULL;
foreach ($hj_checks as $existing) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment