Xqt submitted this change.
[tests] Appveyor tests with different image"
Change-Id: I8b4def49ac5f2dcc503e675bbf62160b7f963ab2
---
M .appveyor.yml
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index b67696c..6516953 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -55,8 +55,8 @@
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
install:
- - if [%PYTHON_VERSION%]==[3.6.6] GIT_SSL_NO_VERIFY = git submodule update --init
- - if NOT [%PYTHON_VERSION%]==[3.6.6] git submodule update --init
+ - if [%PYTHON_VERSION%]==[3.6.6] set GIT_SSL_NO_VERIFY=true
+ - git submodule update --init
# Download the AppVeyor Python build accessories into subdirectory .\appveyor
- mkdir appveyor
- python --version
To view, visit change 964122. To unsubscribe, or for help writing mail filters, visit settings.