We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f6cbd commit 17fd6afCopy full SHA for 17fd6af
.github/workflows/03-SonarQube-Analysis.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run SonarQube analysis
23
run: |
24
docker run -u root --rm -v $(pwd):/home/jenkins/bluetooth-aoa-example ${{ env.INTERNAL_REPOSITORY_NAME }}/${{ env.DOCKER_IMAGE }} /bin/sh -c " \
25
- cd bluetooth-aoa-examplec && \
+ cd bluetooth-aoa-example && \
26
make all && \
27
rm -rf sonar-bw && \
28
rm -rf .scannerwork && \
0 commit comments