fix(ci): specify commitezen version
this is a temp fix so that the existing task scripts work !3
This commit is contained in:
@ -37,7 +37,8 @@ Docker Container:
|
|||||||
- apk update
|
- apk update
|
||||||
- apk add --update --no-cache python3 git && ln -sf python3 /usr/bin/python
|
- apk add --update --no-cache python3 git && ln -sf python3 /usr/bin/python
|
||||||
- python3 -m ensurepip
|
- 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/.
|
- pip3 install gitlab-ci/gitlab_release/python-module/cz_nfc/.
|
||||||
script: |
|
script: |
|
||||||
docker build . \
|
docker build . \
|
||||||
|
Reference in New Issue
Block a user