mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +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:
parent
d3beaeb014
commit
fe947eccce
@ -19,6 +19,9 @@ CEPH_VERSION=octopus
|
||||
GOLANG_VERSION=1.16.4
|
||||
GO111MODULE=on
|
||||
|
||||
# commitlint version
|
||||
COMMITLINT_VERSION=12.1.4
|
||||
|
||||
# static checks and linters
|
||||
GOLANGCI_VERSION=v1.39.0
|
||||
GOSEC_VERSION=v2.7.0
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user