File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ install:
5656 - cd c:\projects\wmi-scripting
5757
5858 - IF "%DEPLOY_DOCS%" == "true" (
59- powershell -command "
60- $fileContent = '-----BEGIN RSA PRIVATE KEY-----`n'
61- $fileContent += $env:priv_key.Replace(' ', '`n')
62- $fileContent += '`n-----END RSA PRIVATE KEY-----`n'
63- Set-Content $env:userprofile\.ssh\id_rsa $fileContent" &&
59+ powershell -command "&{
60+ $fileContent = '-----BEGIN RSA PRIVATE KEY-----`n';
61+ $fileContent += $env:priv_key.Replace(' ', '`n');
62+ $fileContent += '`n-----END RSA PRIVATE KEY-----`n';
63+ Set-Content $env:userprofile\.ssh\id_rsa $fileContent } " &&
6464 git submodule update --init --recursive &&
6565 git config --global user.email "%GIT_EMAIL%" &&
6666 git config --global user.name "%GIT_EMAIL%" &&
You can’t perform that action at this time.
0 commit comments