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

Commit

Permalink
Prepare 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Apr 12, 2018
1 parent afaadab commit a9064c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
terraform-aws-github-ci-0.5.1 (2017-04-12)

* Fixed broken update for build status badges

terraform-aws-github-ci-0.5.0 (2017-04-12)

* Added support to configure build specification file location
Expand Down
Binary file modified share/lambda/dist/status.zip
Binary file not shown.
Binary file modified share/lambda/dist/webhook.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion share/lambda/src/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default (event: CodeBuildPhaseChange, _: Context, cb: Callback) => {
if (state && description) {
github.repos.createStatus({
owner, repo, sha, state, description,
target_url: url, // eslint-disable-line camelcase
target_url: url,
context: process.env.GITHUB_REPORTER
})

Expand Down

0 comments on commit a9064c0

Please sign in to comment.