mirror of
git://f0xx.org/ac/ac-be-builder
synced 2026-07-29 03:20:02 +03:00
feat(builder): shared nav shell, fail notify, sanitizer wiring
Signed-off-by: Anton Afanasyeu <a.afanasieff@gmail.com>
This commit is contained in:
@@ -37,6 +37,14 @@ return [
|
||||
// Repo copy preferred; generated YAML used if missing on builder host
|
||||
'pipeline_config' => '/workspace/build.config.yml',
|
||||
'default_channels' => ['stable', 'staging', 'dev', 'nightly'],
|
||||
'mobile_subdir' => 'ac-mobile-android',
|
||||
'scripts_dir' => '/workspace/ac-scripts',
|
||||
'notify' => [
|
||||
'admin_email' => 'bestcastr@gmail.com',
|
||||
'broadcast_config' => '/var/www/ac/workspace/ac-ms-broadcast/config/config.php',
|
||||
'telegram_token' => '',
|
||||
'telegram_chat_id' => '',
|
||||
],
|
||||
],
|
||||
'links' => [
|
||||
'hub' => '/app/androidcast_project/',
|
||||
|
||||
Reference in New Issue
Block a user