Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmeneses committed Dec 12, 2023
1 parent 5c7072e commit f7e072e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,14 @@ jobs:
sonarcloud:
runs-on: self-hosted
steps:
- name: Clean the workspace
uses: docker://alpine
with:
#args: /bin/sh -c "rm -rf \"${GITHUB_WORKSPACE}\"/.* || rm -rf \"${GITHUB_WORKSPACE}\"*"
args: /bin/sh -c "find \"${GITHUB_WORKSPACE}\" -mindepth 1 ! -name . -prune -exec rm -rf {} +"
- uses: actions/checkout@v3
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
args: >
-Dsonar.organization=dbmeneses
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@v2.0.2
uses: sonarsource/sonarcloud-github-action@d029d6c19033cf4452ad0f9055d014998cd9ce25
with:
args: >
-Dsonar.organization=dbmeneses
Expand Down

0 comments on commit f7e072e

Please sign in to comment.