From 7abeeed9d809424808ae5ddd96934cfe42636c13 Mon Sep 17 00:00:00 2001 From: NishantRajputRN Date: Tue, 12 May 2026 16:37:28 +0530 Subject: [PATCH] asdsa --- .gitea/workflows/azure-pipelines.yml | 9 ++------- App.js | 3 ++- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/azure-pipelines.yml b/.gitea/workflows/azure-pipelines.yml index 5af894c..55c3294 100644 --- a/.gitea/workflows/azure-pipelines.yml +++ b/.gitea/workflows/azure-pipelines.yml @@ -38,15 +38,10 @@ jobs: # Use the CLI via npx (same as npm run sonar); optional SONAR_URL overrides sonar-project.properties. # In Gitea: Settings → Secrets → SONAR_TOKEN (and optionally SONAR_URL). - name: SonarQube Scan + uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_URL }} - run: | - if [ -n "${SONAR_HOST_URL}" ]; then - npx --yes sonarqube-scanner -Dsonar.host.url="${SONAR_HOST_URL}" - else - npx --yes sonarqube-scanner - fi + SONAR_HOST_URL: ${{ secrets.SONAR_URL }} # ---------------- ANDROID SDK (required on Ubuntu: ANDROID_HOME / sdk.dir) ---------------- - name: Setup Android SDK diff --git a/App.js b/App.js index 3a427bc..21de250 100644 --- a/App.js +++ b/App.js @@ -5,4 +5,5 @@ console.log("test3") console.log("test4") console.log("test5") console.log("test6") -console.log("test7") \ No newline at end of file +console.log("test7") +console.log("test8") \ No newline at end of file