UNCLASSIFIED - NO CUI

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

ci: added linting for changelog and version

parent c03703ed
No related branches found
No related tags found
1 merge request!158Linting for changelog and version
Pipeline #136046 failed
...@@ -55,7 +55,7 @@ version: ...@@ -55,7 +55,7 @@ version:
script: script:
- ./scripts/lint_version.sh - ./scripts/lint_version.sh
commitlint: commits:
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
stage: .pre stage: .pre
allow_failure: true allow_failure: true
...@@ -63,7 +63,7 @@ commitlint: ...@@ -63,7 +63,7 @@ commitlint:
- dnf module install -y nodejs - dnf module install -y nodejs
- npm install --only=dev - npm install --only=dev
- git fetch --all - git fetch --all
- ./scripts/commitlint.sh - ./scripts/lint_commits.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
......
File moved
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