Commit 471efcf7 authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 3bd53ba5
Pipeline #2731 passed with stages
in 2 minutes and 19 seconds
...@@ -18,7 +18,7 @@ build: ...@@ -18,7 +18,7 @@ build:
- apt update && apt -y install p7zip-full tar - apt update && apt -y install p7zip-full tar
- msbuild /p:Configuration=Release /p:TargetFrameworkVersion=v4.6 - msbuild /p:Configuration=Release /p:TargetFrameworkVersion=v4.6
- mv -f bin/Release WindBot - mv -f bin/Release WindBot
- rm -rf WindBot/WindBot.exe.config #- rm -rf WindBot/WindBot.exe.config
- mv -f BotWrapper/bin/Release/Bot.exe . - mv -f BotWrapper/bin/Release/Bot.exe .
- mv -f BotWrapper/bin/Release/bot.conf . - mv -f BotWrapper/bin/Release/bot.conf .
- mv -f BotWrapper/BotWrapper.sh ./bot - mv -f BotWrapper/BotWrapper.sh ./bot
......
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