Skip to content
Snippets Groups Projects
Commit 75108c96 authored by Dean Lovett's avatar Dean Lovett
Browse files

fix: ensure standard-version runs with global modules

parent 8177cec6
No related branches found
No related tags found
No related merge requests found
Pipeline #16018 passed
......@@ -7,7 +7,7 @@ git clone "git@gitlab.nexdev.uk:$CI_PROJECT_PATH.git" -q > /dev/null
echo "Running standard version"
cd "$CI_PROJECT_NAME"
standard-version \
NODE_PATH=$(npm root -g) standard-version \
--commitUrlFormat "https://gitlab.nexdev.uk/$CI_PROJECT_PATH/-/commit/{{hash}}" \
--compareUrlFormat "https://gitlab.nexdev.uk/$CI_PROJECT_PATH/-/compare/{{previousTag}}...{{currentTag}}" \
--issueUrlFormat "https://gitlab.nexdev.uk/$CI_PROJECT_PATH/-/issues/{{id}}"
......
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