File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments