byCedric / Docker

A set of docker images, used by me
5 stars 2 forks source link

Sonarcloud bitbucket binary not found #6

Closed byCedric closed 6 years ago

byCedric commented 6 years ago

Description of the bug

When using bycedric/ci-sonarcloud:latest-dcf883b, the sonar-bitbucket command fails.

To Reproduce

  1. $ docker run -ti --rm -v $PWD:/code -w /code bycedric/ci-sonarcloud sh
  2. $ sonar-bitbucket

Expected behavior

It runs the sonar scanner with Bitbucket configuration.

Actual behavior

+ sonar-bitbucket
/usr/sbin/sonar-bitbucket: eval: line 1: sonar-scanner: not found

Additional context

For now, an older version has been pushed as latest to fix ongoing operations at Peakfijn. Both edge and java don't have this and still fails.

byCedric commented 6 years ago

Also rolled back edge and java versions to commit version be41388

byCedric commented 6 years ago

:tada: This issue has been resolved in version 1.5.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: