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

Commit

Permalink
remove unnecessary docker instalation (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Roy-IBM authored Mar 4, 2022
1 parent 7c29bff commit 1ee1594
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ docker tag openwhisk/nodejs6action:nightly nodejs6action

TERM=dumb ./gradlew install

# install new version docker
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
docker version

# Build runtime
cd $ROOTDIR
TERM=dumb ./gradlew \
Expand Down

0 comments on commit 1ee1594

Please sign in to comment.