Skip to content

Commit 11c0a38

Browse files
authored
Update build-sonarqube.yml
1 parent 25abd65 commit 11c0a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-sonarqube.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Linux, GCC, Release, Coverage & SonarQube
88
runs-on: ubuntu-22.04
99
env:
10-
BUILD_WRAPPER_OUT_DIR: '$GITHUB_WORKSPACE/deploy/build/bw-output' # Directory where build-wrapper output will be placed
10+
BUILD_WRAPPER_OUT_DIR: 'bw-output' # Directory where build-wrapper output will be placed
1111
cxx: g++-11
1212
cc: gcc-11
1313
steps:
@@ -53,4 +53,4 @@ jobs:
5353
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5454
with:
5555
args: >
56-
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"
56+
--define sonar.cfamily.compile-commands=deploy/build/${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json

0 commit comments

Comments
 (0)