mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
build: install specific commitlint version
commitlint 13.1.0 is causing issues when PR is backported from devel branch to release branch https://github.com/ceph/ceph-csi/pull/2332#issuecomment-888325775 Lets revert back to commitlint 12.1.4 where we have not seen any issue with backports to release branch. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
d3beaeb014
commit
fe947eccce
@ -44,7 +44,7 @@ RUN source /build.env \
|
||||
&& curl -L https://git.io/get_helm.sh | bash -s -- --version "${HELM_VERSION}" \
|
||||
&& mkdir /opt/commitlint && pushd /opt/commitlint \
|
||||
&& npm init -y \
|
||||
&& npm install @commitlint/cli \
|
||||
&& npm install @commitlint/cli@"${COMMITLINT_VERSION}" \
|
||||
&& popd \
|
||||
&& true
|
||||
|
||||
|
Reference in New Issue
Block a user