UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Add commitlint job

Merged Zachariah Dzielinski requested to merge commitlint-ci into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -37,6 +37,16 @@ variables:
# Pre Stage Jobs
#
commitlint:
image: registry.dsop.io/platform-one/big-bang/pipeline-templates/pipeline-templates/pre-envs:ubi8.3
stage: .pre
allow_failure: true
script:
- 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
stage: .pre
Loading