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

Commit a9064c0

Browse files
committed
Prepare 0.5.1 release
1 parent afaadab commit a9064c0

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
terraform-aws-github-ci-0.5.1 (2017-04-12)
2+
3+
* Fixed broken update for build status badges
4+
15
terraform-aws-github-ci-0.5.0 (2017-04-12)
26

37
* Added support to configure build specification file location

share/lambda/dist/status.zip

0 Bytes
Binary file not shown.

share/lambda/dist/webhook.zip

0 Bytes
Binary file not shown.

share/lambda/src/status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export default (event: CodeBuildPhaseChange, _: Context, cb: Callback) => {
212212
if (state && description) {
213213
github.repos.createStatus({
214214
owner, repo, sha, state, description,
215-
target_url: url, // eslint-disable-line camelcase
215+
target_url: url,
216216
context: process.env.GITHUB_REPORTER
217217
})
218218

0 commit comments

Comments
 (0)