Commit 6d686ed4 authored by nanahira's avatar nanahira

fix

parent 35ca3219
......@@ -34,11 +34,11 @@ pack:
- mv dist upload/content
- cd upload/content
- 7z a -mx9 ../ygopro-custom-free.zip *
- 7z a -mx9 ../ygopro2-custom-free-ypk.zip strings.conf custom-free.cdb pics script
- 7z a -mx9 ../ygopro-custom-free-ypk.zip strings.conf custom-free.cdb pics script
- cp -rf custom-free.cdb ../../server/
- cp -rf script ../../server/
- cd ..
- mv ygopro2-custom-free-ypk.zip ygopro2-custom-free.ypk
- mv ygopro-custom-free-ypk.zip ygopro-custom-free.ypk
- cd ..
artifacts:
paths:
......
......@@ -115,7 +115,7 @@ done
if [[ $something_changed == 0 ]]; then
echo "No changes detected, skipping update"
exit 1
#exit 1
fi
echo "Finished processing all repos"
......
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