~mser/vmangos-docker

36ecc642009b555c9d0fa7d4be157c90ed86dfad — Michael Serajnik 1 year, 11 months ago 1a9161c
Remove old files when rebuilding
3 files changed, 6 insertions(+), 3 deletions(-)

M 00-extract-client-data.sh
M 00-update-including-world-database-import.sh
M 00-update.sh
M 00-extract-client-data.sh => 00-extract-client-data.sh +2 -1
@@ 37,8 37,9 @@ echo "[VMaNGOS]: Stopping potentially running containers..."

docker-compose down

echo "[VMaNGOS]: Cleaning ccache..."
echo "[VMaNGOS]: Removing old files..."

rm -rf ./vmangos/*
rm -rf ./src/ccache/*

echo "[VMaNGOS]: Updating submodules..."

M 00-update-including-world-database-import.sh => 00-update-including-world-database-import.sh +2 -1
@@ 37,8 37,9 @@ echo "[VMaNGOS]: Stopping potentially running containers..."

docker-compose down

echo "[VMaNGOS]: Cleaning ccache..."
echo "[VMaNGOS]: Removing old files..."

rm -rf ./vmangos/*
rm -rf ./src/ccache/*

echo "[VMaNGOS]: Updating submodules..."

M 00-update.sh => 00-update.sh +2 -1
@@ 37,8 37,9 @@ echo "[VMaNGOS]: Stopping potentially running containers..."

docker-compose down

echo "[VMaNGOS]: Cleaning ccache..."
echo "[VMaNGOS]: Removing old files..."

rm -rf ./vmangos/*
rm -rf ./src/ccache/*

echo "[VMaNGOS]: Updating submodules..."