We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cad2e7 + bca3796 commit acc63dcCopy full SHA for acc63dc
ci/set_git_config.sh
@@ -9,7 +9,7 @@ echo "$SSH_DEPLOY_KEY" > ~/.ssh/id_rsa
9
chmod 400 ~/.ssh/id_rsa
10
11
# 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"
+git remote set-url --push origin "git@gitlab:${CI_PROJECT_PATH}.git"
13
14
# set git author
15
git config --global user.name "GitLab-CI"
0 commit comments