Add languages and build_mode to init success status report
This commit is contained in:
parent
ccd3f02545
commit
2307ff547f
12 changed files with 14 additions and 14 deletions
|
|
@ -195,7 +195,7 @@ async function run() {
|
|||
ActionName.Analyze,
|
||||
"starting",
|
||||
startedAt,
|
||||
undefined,
|
||||
config,
|
||||
await util.checkDiskUsage(logger),
|
||||
logger,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ async function run() {
|
|||
ActionName.Autobuild,
|
||||
"starting",
|
||||
startedAt,
|
||||
undefined,
|
||||
config,
|
||||
await checkDiskUsage(logger),
|
||||
logger,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ async function sendCompletedStatusReport(
|
|||
ActionName.Init,
|
||||
getActionsStatus(error),
|
||||
startedAt,
|
||||
undefined,
|
||||
config,
|
||||
await checkDiskUsage(logger),
|
||||
logger,
|
||||
error?.message,
|
||||
|
|
@ -231,7 +231,7 @@ async function run() {
|
|||
ActionName.Init,
|
||||
"starting",
|
||||
startedAt,
|
||||
undefined,
|
||||
config,
|
||||
await checkDiskUsage(logger),
|
||||
logger,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ async function run() {
|
|||
ActionName.ResolveEnvironment,
|
||||
"starting",
|
||||
startedAt,
|
||||
undefined,
|
||||
config,
|
||||
await checkDiskUsage(),
|
||||
logger,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue