Fix Docker installation script

This commit is contained in:
Sergey Dudoladov 2018-11-09 16:54:04 +01:00
parent a91a6ceffe
commit cffdaee66c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pipeline:
go version go version
- desc: 'Install Docker' - desc: 'Install Docker'
cmd: | 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' - desc: 'Symlink sources into the GOPATH'
cmd: | cmd: |
mkdir -p $OPERATOR_TOP_DIR mkdir -p $OPERATOR_TOP_DIR