From 17eaf9ce16fc54fa6c326fa0c1acef8df2918218 Mon Sep 17 00:00:00 2001 From: Flook Date: Tue, 15 Apr 2025 08:34:28 +0700 Subject: [PATCH] =?UTF-8?q?Fix=20=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=97?= =?UTF-8?q?=E0=B8=94=E0=B8=AA=E0=B8=AD=E0=B8=9A=E0=B8=94=E0=B9=89=E0=B8=A7?= =?UTF-8?q?=E0=B8=A2=20Drone-CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6f82fae..bf8db83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: commands: - mkdir -p /tmp/.scannerwork - chmod -R 777 /tmp/.scannerwork - - sonar-scanner -Dsonar.projectKey=gitea_opengis -Dsonar.login=$SONAR_LOGIN -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.token=$SONAR_TOKEN -Dsonar.working.directory=/tmp/.scannerwork + - sonar-scanner -Dsonar.projectKey=gitea_opengis -Dsonar.login=$SONAR_LOGIN -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.token=$SONAR_TOKEN -Dsonar.working.directory=/tmp/.scannerwork -Dsonar.java.binaries= # ไม่ต้องการไฟล์ .class สำหรับการสแกน - name: Deploy to Server image: curlimages/curl:latest