Skip to content
Snippets Groups Projects
Commit ed831485 authored by plup's avatar plup
Browse files

bugfix: updated commit parser

parent 155ac0eb
No related branches found
No related tags found
No related merge requests found
Pipeline #5132 passed
...@@ -19,7 +19,7 @@ test: ...@@ -19,7 +19,7 @@ test:
publish: publish:
stage: release stage: release
before_script: before_script:
- pip install python-semantic-release sib-commit-parser - pip install python-semantic-release~=5.0 sib-commit-parser~=0.3
- git config user.name "${GITLAB_USER_NAME}" - git config user.name "${GITLAB_USER_NAME}"
- git config user.email "${GITLAB_USER_EMAIL}" - git config user.email "${GITLAB_USER_EMAIL}"
- git remote set-url origin "https://gitlab-ci-token:${GL_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" - git remote set-url origin "https://gitlab-ci-token:${GL_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git"
......
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