feat(conventional_commits): Added conventional commit job

Migrated conventional commits from:
    url: https://gitlab.com/nofusscomputing/infrastructure/ansible-roles
    commit: 037774e1e44f8e1e065718f805688b8b2f64735f

updated logic so that it works on it's home repo and remote repo including private repositories.

Changes to be committed:
        new file:   conventional_commits/.gitlab-ci.yml
        new file:   conventional_commits/README.md
        new file:   conventional_commits/requirements.txt
        new file:   conventional_commits/scripts/commit.py
        new file:   conventional_commits/scripts/cz_junit.sh

issue #1
This commit is contained in:
2021-08-03 13:26:05 +09:30
parent bd08adf93f
commit 392a200fd4
5 changed files with 328 additions and 0 deletions

View File

@ -0,0 +1,3 @@
python-gitlab
requests
commitizen