UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3eb8ff13 authored by Zachariah Dzielinski's avatar Zachariah Dzielinski
Browse files

ci: added linting for changelog and version

parent f60390b7
No related branches found
No related tags found
1 merge request!158Linting for changelog and version
...@@ -60,7 +60,10 @@ commitlint: ...@@ -60,7 +60,10 @@ commitlint:
stage: .pre stage: .pre
allow_failure: true allow_failure: true
script: script:
- ./scripts/lint_version.sh - dnf module install -y nodejs
- npm install --only=dev
- git fetch --all
- ./scripts/commitlint.sh
pre vars: pre vars:
image: registry.dsop.io/platform-one/big-bang/pipeline-templates/pipeline-templates/pre-envs:ubi8.3 image: registry.dsop.io/platform-one/big-bang/pipeline-templates/pipeline-templates/pre-envs:ubi8.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment