Răsfoiți Sursa

more correct

Axel Nordh 3 ani în urmă
părinte
comite
933f1da1e4
1 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 3 2
      .drone.yml

+ 3 - 2
.drone.yml

@@ -5,8 +5,9 @@ steps:
   - name: test
     image: mcr.microsoft.com/dotnet/sdk:6.0
     commands:
+      - export PATH="$PATH:/root/.dotnet/tools"
+      - dotnet tool install --global dotnet-sonarscanner
+
       - dotnet sonarscanner begin /k:"narKampen" /d:sonar.host.url="http://nordh.xyz:9088"  /d:sonar.login="60ee04e339236ab586302b761e38f7c9b1ea8d99"
       - dotnet build
       - dotnet sonarscanner end /d:sonar.login="60ee04e339236ab586302b761e38f7c9b1ea8d99"
-image_pull_secrets:
-  -