Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit b78bfaf

Browse files
committed
Fixed status hook not correctly updating badge
1 parent 8e03550 commit b78bfaf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/status/lambda/dist.zip

5 Bytes
Binary file not shown.

modules/status/lambda/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ const mapping: CodeBuildGitHubMapping = {
143143
* GitHub build status to badge mapping
144144
*/
145145
const badges: GitHubBadgeMapping = {
146-
success: "./badges/passing",
147-
failure: "./badges/failing",
148-
error: "./badges/errored"
146+
success: "./badges/passing.svg",
147+
failure: "./badges/failing.svg",
148+
error: "./badges/errored.svg"
149149
}
150150

151151
/* ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)