Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 1ee1594

Browse files
authored
remove unnecessary docker instalation (#92)
1 parent 7c29bff commit 1ee1594

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/travis/build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ docker tag openwhisk/nodejs6action:nightly nodejs6action
3030

3131
TERM=dumb ./gradlew install
3232

33-
# install new version docker
34-
curl -fsSL https://get.docker.com -o get-docker.sh
35-
sudo sh get-docker.sh
36-
docker version
37-
3833
# Build runtime
3934
cd $ROOTDIR
4035
TERM=dumb ./gradlew \

0 commit comments

Comments
 (0)