1
Fork 0
mirror of https://gitlab.com/Kwoth/nadekobot.git synced 2024-10-02 12:09:07 +00:00

fix: fixed docker build

dev: allow qodana to fail
This commit is contained in:
Kwoth 2024-08-05 12:24:35 +00:00
parent 383acba443
commit f8da25a6f3
2 changed files with 1 additions and 1 deletions

View file

@ -168,6 +168,7 @@ docker-build:
qodana:
stage: test
allow_failure: true
image:
name: jetbrains/qodana-dotnet:latest
entrypoint: [""]

View file

@ -8,7 +8,6 @@ COPY src/NadekoBot/*.csproj src/NadekoBot/
COPY src/NadekoBot.Coordinator/*.csproj src/NadekoBot.Coordinator/
COPY src/NadekoBot.Generators/*.csproj src/NadekoBot.Generators/
COPY src/NadekoBot.Voice/*.csproj src/NadekoBot.Voice/
COPY NuGet.Config ./
# Restore the dependencies for the NadekoBot project
RUN dotnet restore src/NadekoBot/