Compare commits

...

10 commits

Author SHA1 Message Date
Simon Vieille 4f18199467
allow to debug the build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-06-03 12:16:49 +02:00
Simon Vieille 065e25098c Merge branch 'develop'
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-06-01 00:09:58 +02:00
Simon Vieille 787748288b Merge branch 'develop'
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-05-31 23:59:06 +02:00
Simon Vieille 1f13b00e75 Merge branch 'develop'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-13 09:01:42 +01:00
Simon Vieille 64582d587a Merge branch 'develop'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-12 23:00:48 +01:00
Simon Vieille 59a41fdc10 Merge branch 'develop'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-21 18:56:38 +01:00
Simon Vieille 492af8a391 Merge branch 'develop'
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-02-21 18:55:08 +01:00
Simon Vieille 6c3f5a6de5 Merge branch 'develop'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-19 14:33:23 +01:00
Simon Vieille c86fa454d5
add setting "debug"
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-19 14:24:42 +01:00
Simon Vieille 0ca566e5e2
add commit.prerelease (CI_COMMIT_PRERELEASE)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-03 00:18:09 +01:00

View file

@ -127,7 +127,11 @@ if ($config['is_debug']) {
writeln(
'Debug',
'=====',
json_encode(['config' => $config, 'environment' => $_SERVER], JSON_PRETTY_PRINT),
json_encode([
'config' => $config,
'environment' => $_SERVER,
'build' => $build,
], JSON_PRETTY_PRINT),
'=====',
);
}