Skip to content

Commit 546106a

Browse files
Andras ZieglerAndras Ziegler
Andras Ziegler
authored and
Andras Ziegler
committed
renamed SQ project and the build project
1 parent e24564c commit 546106a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
uses: actions/checkout@v4.2.2
1717

1818
- name: Pull a docker image file
19-
run: docker pull lx0017637.silabs.com:5000/devs_identec_xg24_aoa_poc:1.0.0
19+
run: docker pull lx0017637.silabs.com:5000/bluetooth-AoA-example:1.0.0
2020

2121
- name: Run SonarQube analysis
2222

2323
run: |
24-
docker run -u root --rm -v $(pwd):/home/jenkins/devs_identec_xg24_aoa_poc lx0017637.silabs.com:5000/devs_identec_xg24_aoa_poc:1.0.0 /bin/sh -c "
25-
cd devs_identec_xg24_aoa_poc &&
24+
docker run -u root --rm -v $(pwd):/home/jenkins/bluetooth-AoA-example lx0017637.silabs.com:5000/bluetooth-AoA-example:1.0.0 /bin/sh -c "
25+
cd bluetooth-AoA-examplec &&
2626
make all &&
2727
rm -rf sonar-bw &&
2828
rm -rf .scannerwork &&
@@ -36,7 +36,7 @@ jobs:
3636
- name: Cleanup leftover files
3737
if: always()
3838
run: |
39-
docker run -u root --rm -v $(pwd):/home/jenkins/devs_identec_xg24_aoa_poc lx0017637.silabs.com:5000/devs_identec_xg24_aoa_poc:1.0.0 /bin/sh -c "
39+
docker run -u root --rm -v $(pwd):/home/jenkins/bluetooth-AoA-example lx0017637.silabs.com:5000/bluetooth-AoA-example:1.0.0 /bin/sh -c "
4040
rm -rf sonar-bw && \
4141
rm -rf .scannerwork && \
4242
rm -rf locator_ncp/build && \

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
sonar.host.url= http://sonarqube.silabs.net/
33
# must be unique in a given SonarQube instance
4-
sonar.projectKey=devs_identec_xg24_aoa_poc
4+
sonar.projectKey=bluetooth-AoA-example
55
sonar.cfamily.variants.names=locator_host,locator_ncp
66
sonar.cfamily.variants.dir = sonar-bw
77

0 commit comments

Comments
 (0)