Skip to content

Commit 84a5a27

Browse files
committed
Remove updating Docker, is already 1.13.1
1 parent 46057c9 commit 84a5a27

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@ environment:
88
secure: 4gsl5WiqIztEWhL5fuhp9X0qT/mKg9fYzKYUUPf5WStIuNddv0fvIKGmvvyuFzzd
99
install:
1010
- docker version
11-
# the official way to update to Docker 1.13.1 CS
12-
# - ps: Install-Package -Name docker -ProviderName DockerMsftProvider -Verbose -Update -Force
13-
# - ps: Start-Service docker
14-
# the faster way to update to Docker 1.13.1 CS
15-
- ps: >-
16-
$ProgressPreference = 'SilentlyContinue';
17-
Invoke-WebRequest -Outfile $env:TEMP\docker-1.13.1.zip https://dockermsft.blob.core.windows.net/dockercontainer/docker-1-13-1.zip -UseBasicParsing;
18-
Stop-Service docker;
19-
Expand-Archive $env:TEMP\docker-1.13.1.zip -DestinationPath $env:ProgramFiles -Force;
20-
Start-Service docker
21-
- docker version
2211

2312
build_script:
2413
- ps: .\build.ps1

0 commit comments

Comments
 (0)