From bbc7fa5e1851fb51427b3405885e2d513b999222 Mon Sep 17 00:00:00 2001 From: plup <plup@plup.io> Date: Mon, 24 Feb 2020 21:00:42 +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 73c41f4a..3776906c 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}@git.happy-dev.fr/${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