Skip to content

Commit acc63dc

Browse files
committed
Merge branch 'update_doc_deploy' into 'master'
Fix doc deployment See merge request Sensirion/Python/python-i2c-driver!16
2 parents 1cad2e7 + bca3796 commit acc63dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/set_git_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "$SSH_DEPLOY_KEY" > ~/.ssh/id_rsa
99
chmod 400 ~/.ssh/id_rsa
1010

1111
# change remote URL to SSH to allow pushing with SSH
12-
git remote set-url --push origin "git@${CI_SERVER_HOST}:${CI_PROJECT_PATH}.git"
12+
git remote set-url --push origin "git@gitlab:${CI_PROJECT_PATH}.git"
1313

1414
# set git author
1515
git config --global user.name "GitLab-CI"

0 commit comments

Comments
 (0)