Update github check with aws log
parent
203d8eb538
commit
792f254c80
|
|
@ -6137,7 +6137,7 @@ class GitHub {
|
|||
// eslint-disable-next-line camelcase
|
||||
external_id: cloud_runner_1.default.buildParameters.buildGuid,
|
||||
// eslint-disable-next-line camelcase
|
||||
started_at: GitHub.startedDate,
|
||||
started_at: '2018-05-04T01:14:52Z',
|
||||
output: {
|
||||
title: nameReadable,
|
||||
summary,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -37,7 +37,7 @@ class GitHub {
|
|||
// eslint-disable-next-line camelcase
|
||||
external_id: CloudRunner.buildParameters.buildGuid,
|
||||
// eslint-disable-next-line camelcase
|
||||
started_at: GitHub.startedDate,
|
||||
started_at: '2018-05-04T01:14:52Z',
|
||||
output: {
|
||||
title: nameReadable,
|
||||
summary,
|
||||
|
|
|
|||
Loading…
Reference in New Issue