From 53e445d15511bb7691acc273d2e0c90c02da30d8 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 8 May 2023 10:37:08 +0930 Subject: [PATCH] fix(ci): specify commitezen version this is a temp fix so that the existing task scripts work !3 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4dd1ffb..e6be181 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 . \