You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ariatosca.apache.org by em...@apache.org on 2017/10/23 17:09:30 UTC

incubator-ariatosca git commit: ARIA-395 Fix AppVeyor failures due to use of SSL

Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-395-appveyor-failures [created] a7c381fba


ARIA-395 Fix AppVeyor failures due to use of SSL


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/a7c381fb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/a7c381fb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/a7c381fb

Branch: refs/heads/ARIA-395-appveyor-failures
Commit: a7c381fbace2ffe0435e9d59cd7a8aedd1f18061
Parents: 737fff5
Author: Tal Liron <ta...@gmail.com>
Authored: Mon Oct 23 12:08:59 2017 -0500
Committer: Tal Liron <ta...@gmail.com>
Committed: Mon Oct 23 12:08:59 2017 -0500

----------------------------------------------------------------------
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/a7c381fb/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index a03b180..f405898 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -26,7 +26,7 @@ build: false
 
 install:
   - SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
-  - ps: (new-object System.Net.WebClient).Downloadfile('https://bootstrap.pypa.io/get-pip.py', 'C:\Users\appveyor\get-pip.py')
+  - ps: (new-object System.Net.WebClient).Downloadfile('http://bootstrap.pypa.io/get-pip.py', 'C:\Users\appveyor\get-pip.py')
   - ps: Start-Process -FilePath "C:\Python27\python.exe" -ArgumentList "C:\Users\appveyor\get-pip.py" -Wait -Passthru
 
 before_test: