Skip to content
Snippets Groups Projects
Commit 6ad5eb87 authored by Tadeusz Miesiąc's avatar Tadeusz Miesiąc
Browse files

Update .gitlab-ci.yml file

parent 2437bacf
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!3Development
Pipeline #78284 failed
...@@ -25,6 +25,7 @@ stages: # List of stages for jobs, and their order of execution ...@@ -25,6 +25,7 @@ stages: # List of stages for jobs, and their order of execution
lint:commit: lint:commit:
stage: lint stage: lint
script: script:
- npm install -g npx
- echo "${CI_COMMIT_MESSAGE}" | npx commitlint - echo "${CI_COMMIT_MESSAGE}" | npx commitlint
build-job: # This job runs in the build stage, which runs first. build-job: # This job runs in the build stage, which runs first.
......
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