Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

WIP: Add Grpc Interceptor and integration test #189

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
only replace opencensus/opencensus branch
  • Loading branch information
chingor13 committed May 15, 2018
commit e4bdc230ba8689e02c068f3ebadc5d3b07b96434
2 changes: 1 addition & 1 deletion tests/integration/grpc/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -e
pushd $(dirname ${BASH_SOURCE[0]})
source ../setup_test_repo.sh

sed -i "s|dev-master|dev-${BRANCH}|" composer.json
sed -i "s|\"opencensus/opencensus\": \"dev-master\"|\"opencensus/opencensus\": \"dev-${BRANCH}\"|" composer.json
sed -i "s|https://github.com/census-instrumentation/opencensus-php|${REPO}|" composer.json
composer install -n --prefer-dist

Expand Down