Do not install Docker

This commit is contained in:
Sergey Dudoladov 2019-01-04 16:19:06 +01:00
parent 7dbb654612
commit b20a484e4e
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@ pipeline:
mv go /usr/local
ln -s /usr/local/go/bin/go /usr/bin/go
go version
- desc: 'Install Docker'
cmd: |
curl -sSL https://get.docker.com/ | sh
- desc: 'Symlink sources into the GOPATH'
cmd: |
mkdir -p $OPERATOR_TOP_DIR