We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e1ab2 commit f89fc5fCopy full SHA for f89fc5f
.appveyor.yml
@@ -57,9 +57,9 @@ install:
57
58
- 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`"
+ $fileContent = '-----BEGIN RSA PRIVATE KEY-----`n'
+ $fileContent += $env:priv_key.Replace(' ', '`n')
+ $fileContent += '`n-----END RSA PRIVATE KEY-----`n'
63
Set-Content $env:userprofile\.ssh\id_rsa $fileContent" &&
64
git submodule update --init --recursive &&
65
git config --global user.email "%GIT_EMAIL%" &&
0 commit comments