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 @@ -27,7 +27,7 @@ matrix:
2727
2828cache :
2929 - composer.phar
30- - ocular.phar -> appveyor.xml
30+ - ocular.phar
3131 - node_modules -> package.json
3232 - c:\projects\wmi-scripting\vendor -> composer.json
3333 - c:\tools\%PHP_DIR%
@@ -57,13 +57,13 @@ install:
5757
5858 - IF "%DEPLOY_DOCS%" == "true" (
5959 powershell -command "&{
60- $fileContent = ' -----BEGIN RSA PRIVATE KEY-----`n' ;
61- $fileContent += $env:priv_key.Replace(' ', '`n' );
62- $fileContent += ' `n-----END RSA PRIVATE KEY-----`n' ;
60+ $fileContent = \" -----BEGIN RSA PRIVATE KEY-----`n\" ;
61+ $fileContent += $env:priv_key.Replace(' ', \"`n\" );
62+ $fileContent += \" `n-----END RSA PRIVATE KEY-----`n\" ;
6363 Set-Content $env:userprofile\.ssh\id_rsa $fileContent }" &&
6464 git submodule update --init --recursive &&
6565 git config --global user.email "%GIT_EMAIL%" &&
66- git config --global user.name "%GIT_EMAIL %" &&
66+ git config --global user.name "%GIT_USER %" &&
6767 yarn install &&
6868 yarn docs:deploy:windows:ci
6969 )
You can’t perform that action at this time.
0 commit comments