diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f05a93ff37..99e48bb1e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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