Skip to content
Snippets Groups Projects
Commit ffe00839 authored by Daniel Dehennin's avatar Daniel Dehennin
Browse files

Merge branch '17-git-commitlint-does-not-work-for-some-typescript-project' into 'stable'

Resolve ".git:commitlint does not work for some typeScript project"

See merge request !62
parents fe870d2d fde1fc07
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -79,9 +79,11 @@
- echo -e "\e[0Ksection_end:`date +%s`:commitlint-configure\r\e[0K"
# Run `commitlint`
- echo -e "\e[0Ksection_start:`date +%s`:commitlint\r\e[0KVerify commit message between '${COMMITLINT_FROM}..${COMMITLINT_TO}'"
- cd /tmp
- 'commitlint --from "${COMMITLINT_FROM}"
--to "${COMMITLINT_TO}"
--verbose'
--verbose
--cwd "${CI_PROJECT_DIR}"'
- echo -e "\e[0Ksection_end:`date +%s`:commitlint\r\e[0K"
......
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