mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
Change git url in container for authless pull.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user