Skip to content

jmccann/drone-github-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Drone plugin to create repo status on commits

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages