.circleci/config.yml in instana-1.214.3 vs .circleci/config.yml in instana-1.214.4

- old
+ new

@@ -188,19 +188,10 @@ - image: cimg/ruby:3.3-node commands: setup: steps: - run: - name: Install iproute2 - command: | - sudo apt-get update - sudo apt-get install iproute2 - - run: - name: Install Java - command: | - sudo apt-get install openjdk-11-jdk - - run: name: Update RubyGems command: | gem update --system gem --version - run: @@ -237,10 +228,10 @@ command: | bundle exec rake coverage:merge_reports --trace environment: BUNDLE_GEMFILE: './Gemfile' - run: - name: Run SonarQube to capture coverage + name: Run SonarQube to report the coverage command: | wget -O /tmp/sonar-scanner-cli.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.8.1.3023.zip unzip -d /tmp /tmp/sonar-scanner-cli.zip if [[ -n "${CIRCLE_PR_NUMBER}" ]]; then /tmp/sonar-scanner-4.8.1.3023/bin/sonar-scanner \