fix(ci): specify the commitizen version

as the repo has not been updated in a while, locked to a version that
works with the current project

!21
This commit is contained in:
2023-05-14 09:56:35 +09:30
parent 72f8eb720d
commit 934a401a96
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
python-gitlab
requests
commitizen
commitizen==2.21.0

View File

@ -1 +1 @@
commitizen
commitizen==2.21.0

View File

@ -42,7 +42,7 @@ variables:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
#- pip3 install -r gitlab-ci/gitlab_release/requirements.txt
- pip3 install setuptools wheel
- pip3 install commitizen==2.21.0 # version specified so current build works.
- pip install -r $ROOT_DIR/conventional_commits/requirements.txt
- pip3 install gitlab-ci/gitlab_release/python-module/cz_nfc/.
- update-binfmts --enable # Important: Ensures execution of other binary formats is enabled in the kernel
- docker buildx create --driver=docker-container --driver-opt image=moby/buildkit:v0.11.6 --use