()
| 265 | } |
| 266 | |
| 267 | function buildSummaryEnabled(): boolean { |
| 268 | if (process.env.DOCKER_BUILD_SUMMARY) { |
| 269 | return Util.parseBool(process.env.DOCKER_BUILD_SUMMARY); |
| 270 | } |
| 271 | return true; |
| 272 | } |
| 273 | |
| 274 | function buildRecordUploadEnabled(): boolean { |
| 275 | if (process.env.DOCKER_BUILD_RECORD_UPLOAD) { |