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:
@ -1,3 +1,3 @@
|
|||||||
python-gitlab
|
python-gitlab
|
||||||
requests
|
requests
|
||||||
commitizen
|
commitizen==2.21.0
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
commitizen
|
commitizen==2.21.0
|
||||||
|
|||||||
@ -42,7 +42,7 @@ variables:
|
|||||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||||
#- pip3 install -r gitlab-ci/gitlab_release/requirements.txt
|
#- pip3 install -r gitlab-ci/gitlab_release/requirements.txt
|
||||||
- pip3 install setuptools wheel
|
- 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/.
|
- 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
|
- 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
|
- docker buildx create --driver=docker-container --driver-opt image=moby/buildkit:v0.11.6 --use
|
||||||
|
|||||||
Reference in New Issue
Block a user