Vx::GitlabStatusService
Vexor CI status service for Gitlab. It provides build status to use on Gitlab merge request pages.
Installation
Add this line to your application's Gemfile:
gem 'vx-gitlab_status_service'
And then execute:
$ bundle
Or install it yourself as:
$ gem install vx-gitlab_status_service
Usage
Just add it to Gemfile
and fill out Vexor CI token & project URL on Project services
page (in Gitlab).
Contributing
- Fork it ( https://github.com/semenyukdmitriy/vx-gitlab_status_service/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request