Skip to content

Commit 2dfeede

Browse files
committed
Still working with PS command
1 parent af35b69 commit 2dfeede

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ matrix:
2727

2828
cache:
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
)

0 commit comments

Comments
 (0)