mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
fix: fixed docker build
dev: allow qodana to fail
This commit is contained in:
@@ -168,6 +168,7 @@ docker-build:
|
|||||||
|
|
||||||
qodana:
|
qodana:
|
||||||
stage: test
|
stage: test
|
||||||
|
allow_failure: true
|
||||||
image:
|
image:
|
||||||
name: jetbrains/qodana-dotnet:latest
|
name: jetbrains/qodana-dotnet:latest
|
||||||
entrypoint: [""]
|
entrypoint: [""]
|
||||||
|
@@ -8,7 +8,6 @@ COPY src/NadekoBot/*.csproj src/NadekoBot/
|
|||||||
COPY src/NadekoBot.Coordinator/*.csproj src/NadekoBot.Coordinator/
|
COPY src/NadekoBot.Coordinator/*.csproj src/NadekoBot.Coordinator/
|
||||||
COPY src/NadekoBot.Generators/*.csproj src/NadekoBot.Generators/
|
COPY src/NadekoBot.Generators/*.csproj src/NadekoBot.Generators/
|
||||||
COPY src/NadekoBot.Voice/*.csproj src/NadekoBot.Voice/
|
COPY src/NadekoBot.Voice/*.csproj src/NadekoBot.Voice/
|
||||||
COPY NuGet.Config ./
|
|
||||||
|
|
||||||
# Restore the dependencies for the NadekoBot project
|
# Restore the dependencies for the NadekoBot project
|
||||||
RUN dotnet restore src/NadekoBot/
|
RUN dotnet restore src/NadekoBot/
|
||||||
|
Reference in New Issue
Block a user