Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.38 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.38 KB

CircleCI

Minimal Pipeline Gem

Helper gem to manage pipeline deploy tasks

A Simple gem to help orchestrate pipeline tasks in ruby. It currently supports deploying containers to ECS via CloudFormation.

Tools Used

Install

Clone source repo

$ git clone [email protected]:stelligent/minimal-pipeline-gem.git
$ cd minimal-pipeline-gem
# Install
$ gem build minimal_pipeline.gemspec
$ gem install ./minimal_pipeline-VERSION.gem

Documentation

Full documentation is available at https://stelligent.github.io/minimal-pipeline-gem/.

Contributing

  1. Checkout the code and run bundler: bundle install
  2. Create a feature branch: git checkout -b feature-name
  3. Make your changes
  4. Run rubocop: bundle exec rubocop
  5. Fix violations, if any
  6. Run unit tests: bundle exec rspec
  7. Ensure tests pass and 100% test coverage in maintained
  8. Commit changes, push, and open a pull request with a detailed description.

License

MIT

Maintainers