Skip to content

Commit

Permalink
Merge pull request #19 from belodetek/ab77/patch
Browse files Browse the repository at this point in the history
remove travis ci badge
  • Loading branch information
ab77 authored Mar 18, 2024
2 parents 987140c + b77508f commit 4163d00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
with:
working_directory: generic_provider
repo_config: true
repo_homepage: "https://anton.belodedenko.me/generic-custom-resource-provider"
repo_description: "CloudFormation generic custom resource provider."
# .. AWS::Lambda::Function:Code:ImageUri can't be public :/
# https://stackoverflow.com/a/67389055/1559300
# https://stackoverflow.com/a/69997191/1559300
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cfn-custom-resource-provider [![Build Status](https://travis-ci.org/belodetek/cfn-generic-custom-resource.svg?branch=master)](https://travis-ci.org/belodetek/cfn-generic-custom-resource) [![Build Status](https://github.com/belodetek/cfn-generic-custom-resource/actions/workflows/flowzone.yml/badge.svg)](https://github.com/belodetek/cfn-generic-custom-resource/actions/workflows/flowzone.yml)
# cfn-custom-resource-provider [![Build Status](https://github.com/belodetek/cfn-generic-custom-resource/actions/workflows/flowzone.yml/badge.svg)](https://github.com/belodetek/cfn-generic-custom-resource/actions/workflows/flowzone.yml)

> **TL;DR** One *Custom Resource provider* to Rule Them All, inspect the [code](https://github.com/ab77/cfn-generic-custom-resource/blob/master/generic_provider/generic_provider.py), read the [blog](https://anton.belodedenko.me/generic-custom-resource-provider/), try some [examples](http://cloudformation.belodetek.io/#mock-client-requests) and consider [contributing](CONTRIBUTING.md) 🤓
Expand Down

0 comments on commit 4163d00

Please sign in to comment.