Commit 6968e187 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 51516812
Dockerfile
.git
.gitattributes
.gitignore
.gitmodules
.gitkeep
.dockerignore
......@@ -2,7 +2,7 @@
git_pull () {
cd $1
git add -f .
git clean -f -d
git reset --hard
git checkout $2
git reset --hard origin/$2
......@@ -18,14 +18,13 @@ git_push () {
cd ..
}
rm -rf mse-set
git_pull ygopro-database build
git_pull ygopro-images-raw master
for locale in locales/*.yml; do
locale=$(basename "${locale}" .yml)
git_pull ygopro-images ${locale}
rm -rf ygopro-images-${locale}
rm -rf ygopro-images-${locale} mse-set
./generate.rb ${locale}
for set in mse-sets/data*-${locale}.mse-set; do
echo ${set}
......
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