From c03703ed68331120e0452524ea80eaf30cdb0c32 Mon Sep 17 00:00:00 2001 From: Zachariah Dzielinski <dzielinski_zachariah@bah.com> Date: Tue, 19 Jan 2021 11:30:25 -0700 Subject: [PATCH] ci: added linting for changelog and version --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63e782707d..4035fdd248 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,10 @@ commitlint: stage: .pre allow_failure: true script: - - ./scripts/lint_version.sh + - dnf module install -y nodejs + - npm install --only=dev + - git fetch --all + - ./scripts/commitlint.sh pre vars: image: registry.dsop.io/platform-one/big-bang/pipeline-templates/pipeline-templates/pre-envs:ubi8.3 -- GitLab