Axel Nordh 3 vuotta sitten
vanhempi
sitoutus
933f1da1e4
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  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:
-  -