j-builds

Build and Deploy!


License
MIT
Install
pip install j-builds==0.0.2

Documentation

j builds

Python 3.7

Build and Deploy!

Install

pip3.7 install j_builds
pip3.7 install termcolor

Setup

cat build.ini
[main]

[git]
# repo-directory = True to build it, False not to do so
repo-a = True
repo-b = True

[docker]
namespace = mynamespace

[before build]
cmd = echo "this runs before building"

[on success]
cmd = echo "this runs after a successful build"

[on fail]
cmd = echo "this runs after a not successful build"