Skip to content

Commit 17fd6af

Browse files
Update 03-SonarQube-Analysis.yml
1 parent 15f6cbd commit 17fd6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/03-SonarQube-Analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run SonarQube analysis
2323
run: |
2424
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 && \
25+
cd bluetooth-aoa-example && \
2626
make all && \
2727
rm -rf sonar-bw && \
2828
rm -rf .scannerwork && \

0 commit comments

Comments
 (0)