An open API service indexing awesome lists of open source software.

https://github.com/jmccann/drone-github-status

Drone plugin to create repo status on commits
https://github.com/jmccann/drone-github-status

drone-ci drone-plugin github-status

Last synced: 6 months ago
JSON representation

Drone plugin to create repo status on commits

Awesome Lists containing this project

README

          

# drone-github-status

Drone plugin to add Repo Status to a commit.

## Build

Build the binary with the following commands:

```
go test ./...
go build
```

## Docker

Build the docker image with the following commands:

```
docker build -t jmccann/drone-github-status .
```

## Usage

Execute from the working directory:

```
docker run \
jmccann/drone-github-status --repo-owner jmccann --repo-name drone-github-status \
--api-key abcd1234 --state "success"
```