Commit 40bdf472 authored by nanahira's avatar nanahira

use mcgit windbot

parent 94df683e
Pipeline #5350 passed with stages
in 81 minutes and 51 seconds
......@@ -8,7 +8,7 @@ RUN apt update && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*
# windbot
RUN git clone --depth=1 https://github.com/mycard/windbot /tmp/windbot && \
RUN git clone --depth=1 https://code.mycard.moe/mycard/windbot /tmp/windbot && \
cd /tmp/windbot && \
xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5" && \
mv /tmp/windbot/bin/Release /ygopro-server/windbot && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment