fix(ci): specify commitezen version

this is a temp fix so that the existing task scripts work

!3
This commit is contained in:
2023-05-08 10:37:08 +09:30
parent e1ffb03ce4
commit 53e445d155

View File

@ -37,7 +37,8 @@ Docker Container:
- apk update
- apk add --update --no-cache python3 git && ln -sf python3 /usr/bin/python
- python3 -m ensurepip
- pip3 install -r gitlab-ci/gitlab_release/requirements.txt
#- pip3 install -r gitlab-ci/gitlab_release/requirements.txt
- pip3 install commitizen==2.21.0 # version specified so current build works.
- pip3 install gitlab-ci/gitlab_release/python-module/cz_nfc/.
script: |
docker build . \