Skip to content

Commit

Permalink
Merge 7c8569b into d786468
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBasti committed Feb 21, 2019
2 parents d786468 + 7c8569b commit f5ab890
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ env:
- OS=fedora
OS_VERSION=29
PYTHON_VERSION=2
script:
install:
- pip install coveralls
script:
- ./test.sh
after_success: coveralls
notifications:
Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Koji containerbuild
===================

.. image:: https://coveralls.io/repos/github/release-engineering/koji-containerbuild/badge.svg?branch=master
:target: https://coveralls.io/github/release-engineering/koji-containerbuild?branch=master

This package extends Koji buildsystem with plugin which allows building
containers via OpenShift buildsystem. Additionally it provides CLI tool to
submit builds based on koji CLI.
Expand Down

0 comments on commit f5ab890

Please sign in to comment.