Skip to content
Snippets Groups Projects
Commit 5b4a9348 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

run bundle install from repo root

parent a5780e16
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ set -ex ...@@ -33,7 +33,7 @@ set -ex
export GRPC_CONFIG=${CONFIG:-opt} export GRPC_CONFIG=${CONFIG:-opt}
# change to grpc's ruby directory # change to grpc repo root
cd $(dirname $0)/../../src/ruby cd $(dirname $0)/../..
bundle install bundle install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment