Change git url in container for authless pull.

This commit is contained in:
clienthax
2022-03-06 12:26:32 +00:00
parent bc90f67505
commit e46a324f90
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ WORKDIR /src
COPY . .
#RUN rm -rf ./packages
RUN git status
# Asks for user/pw otherwise..
RUN git remote set-url origin git://github.com/RPCS3/discord-bot
# Build and test everything
RUN dotnet restore "CompatBot/CompatBot.csproj"
RUN dotnet build "CompatBot/CompatBot.csproj" -c Release