Use other script to install Docker

This commit is contained in:
Sergey Dudoladov 2018-11-08 17:04:11 +01:00
parent 90db0e545b
commit 27fda3a091
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pipeline:
go version
- desc: 'Install Docker'
cmd: |
curl -sSL https://get.docker.com/ | sh
curl -fLOsS https://delivery.cloud.zalando.com/utils/ensure-docker && sh ensure-docker && rm ensure-docker
- desc: 'Symlink sources into the GOPATH'
cmd: |
mkdir -p $OPERATOR_TOP_DIR