Skip to content

Commit 6a1317a

Browse files
committed
no need to download docker; required by travis.yml configuration
1 parent 2be32e0 commit 6a1317a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tools/travis/build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ TERM=dumb ./gradlew install
3838
echo "openwhisk.home=$WHISKDIR" > whisk.properties
3939
echo "vcap.services.file=" >> whisk.properties
4040

41-
curl -fsSL https://get.docker.com -o get-docker.sh
42-
sudo sh get-docker.sh
43-
docker version
44-
4541
# Build runtime
4642
cd $ROOTDIR
4743
TERM=dumb ./gradlew distDocker

0 commit comments

Comments
 (0)