Skip to content

Commit 7cb844e

Browse files
committed
Clean up config
1 parent 2dfeede commit 7cb844e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.appveyor.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,6 @@ install:
6868
yarn docs:deploy:windows:ci
6969
)
7070

71-
# - ps: $fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"
72-
# - ps: $fileContent += $env:priv_key.Replace(' ', "`n")
73-
# - ps: $fileContent += "`n-----END RSA PRIVATE KEY-----`n"
74-
# - ps: Set-Content $env:userprofile\.ssh\id_rsa $fileContent
75-
# - git submodule update --init --recursive
76-
# - git config --global user.email "%GIT_EMAIL%"
77-
# - git config --global user.name "%GIT_EMAIL%"
78-
# - yarn install
79-
# - yarn docs:deploy:windows:ci
80-
8171
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/1.9.0/composer.phar)
8272
- php composer.phar self-update
8373
- php composer.phar update --no-interaction --prefer-dist --no-suggest --ansi --no-progress

0 commit comments

Comments
 (0)