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 ba4391c commit b2a250cCopy full SHA for b2a250c
.appveyor.yml
@@ -51,8 +51,12 @@ install:
51
- appveyor DownloadFile https://curl.haxx.se/ca/cacert.pem
52
53
- cd c:\projects\wmi-scripting
54
+
55
+ - git config --global user.email "%GIT_EMAIL%"
56
+ - git config --global user.name "%GIT_USER%"
57
- yarn install
58
- yarn docs:deploy:windows:ci
59
60
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/1.9.0/composer.phar)
61
- php composer.phar self-update
62
- php composer.phar update --no-interaction --prefer-dist --no-suggest --ansi --no-progress
0 commit comments