Skip to content

jmccann/drone-rubygems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drone-rubygems

Build Status

Drone plugin to publish ruby gems to a Rubygems server. For the usage information and a listing of the available options please take a look at the docs.

Binary

Build the binary using make:

make deps build

Usage

Execute from the working directory:

docker run --rm \
  -e RUBYGEMS_API_KEY=abcd12345 \
  -e PLUGIN_REPO=octocat/hello-world \
  -v $(pwd):$(pwd) \
  -w $(pwd) \
  jmccann/drone-rubygems --help

About

Drone plugin to publish gems to a Rubygems server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published