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

cicd: fixed gitlab host

parent bbc7fa5e
No related branches found
No related tags found
No related merge requests found
Pipeline #1201 passed with stage
in 25 seconds
......@@ -22,7 +22,7 @@ publish:
- pip install python-semantic-release sib-commit-parser
- git config user.name "${GITLAB_USER_NAME}"
- 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"
script:
- semantic-release publish
only:
......
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