Skip to content

Commit

Permalink
Workflow: sonarcloud: Remove unused env variables
Browse files Browse the repository at this point in the history
Signed-off-by: Balaji Srinivasan <balaji.srinivasan@nordicsemi.no>
  • Loading branch information
Balaji Srinivasan committed Aug 14, 2023
1 parent 4b6f89e commit 09e9651
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sonarcloud-native-posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
container: nordicplayground/nrfconnect-sdk:main
env:
SONAR_SCANNER_VERSION: 4.7.0.2747
BUILD_WRAPPER_DOWNLOAD_URL: https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
steps:
- name: Checkout the code
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
runs-on: self-hosted
container: nordicplayground/nrfconnect-sdk:main
env:
SONAR_SCANNER_VERSION: 4.7.0.2747
BUILD_WRAPPER_DOWNLOAD_URL: https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
steps:
- name: Checkout the code
Expand Down

0 comments on commit 09e9651

Please sign in to comment.