From ec6f6364cf1ee99068a4b6e428e87b04599e0340 Mon Sep 17 00:00:00 2001 From: plup <plup@plup.io> Date: Mon, 24 Feb 2020 21:03:52 +0100 Subject: [PATCH] cicd: fixed gitlab host --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3776906c..0331ef39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab