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
- Host: GitHub
- URL: https://github.com/jmccann/drone-github-status
- Owner: jmccann
- License: mit
- Created: 2018-06-19T13:59:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T18:46:03.000Z (over 5 years ago)
- Last Synced: 2025-03-24T14:11:15.095Z (7 months ago)
- Topics: drone-ci, drone-plugin, github-status
- Language: Go
- Size: 1.26 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"
```