Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,6 @@ To test using Docker:
3. Build the `opentelemetry/opentelemetry-ruby-contrib` image
* `docker-compose build`
* This makes the image available locally
4. API:
1. Install dependencies
* `docker-compose run api bundle install`
2. Run the tests
* `docker-compose run api bundle exec rake test`
5. SDK:
1. Install dependencies
* `docker-compose run sdk bundle install`
2. Run the tests for the sdk
* `docker-compose run sdk bundle exec rake test`

## Processing and visualizing traces locally

Expand Down