Skip to content

Commit b2a250c

Browse files
committed
Attempt to add secure vars
1 parent ba4391c commit b2a250c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,12 @@ install:
5151
- appveyor DownloadFile https://curl.haxx.se/ca/cacert.pem
5252

5353
- cd c:\projects\wmi-scripting
54+
55+
- git config --global user.email "%GIT_EMAIL%"
56+
- git config --global user.name "%GIT_USER%"
5457
- yarn install
5558
- yarn docs:deploy:windows:ci
59+
5660
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/1.9.0/composer.phar)
5761
- php composer.phar self-update
5862
- php composer.phar update --no-interaction --prefer-dist --no-suggest --ansi --no-progress

0 commit comments

Comments
 (0)