This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git

commit 6a1317a474d4315520d7e67a2211105ba7c6080a
Author: David Grove <[email protected]>
AuthorDate: Fri May 13 09:52:01 2022 -0400

    no need to download docker; required by travis.yml configuration
---
 tools/travis/build.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 1023451..8ee3c2b 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -38,10 +38,6 @@ TERM=dumb ./gradlew install
 echo "openwhisk.home=$WHISKDIR" > whisk.properties
 echo "vcap.services.file=" >> whisk.properties
 
-curl -fsSL https://get.docker.com -o get-docker.sh
-sudo sh get-docker.sh
-docker version
-
 # Build runtime
 cd $ROOTDIR
 TERM=dumb ./gradlew distDocker

Reply via email to