Update .drone.yml

This commit is contained in:
Victor Mylle
2023-03-10 00:02:17 +00:00
parent 465774a1fb
commit aa27c26872

View File

@@ -13,7 +13,7 @@ steps:
- cat Assembly-CSharp.csproj
- name: code-analysis
pull: if-not-exists
image: FROM ghcr.io/nosinovacao/dotnet-sonar:latest
image: ghcr.io/nosinovacao/dotnet-sonar:latest
commands:
# - apt-get update && apt-get install -y unzip
# - export PATH="$PATH:/root/.dotnet/tools"