Commit 0b7fc7b2 authored by nanahira's avatar nanahira

support expansions

parent 2f5c989b
Pipeline #33718 passed with stages
in 1 minute and 2 seconds
...@@ -59,6 +59,12 @@ process_repo() { ...@@ -59,6 +59,12 @@ process_repo() {
rm -rf "workspace/$repo_identifer/sound" || true rm -rf "workspace/$repo_identifer/sound" || true
if [ -d "workspace/$repo_identifer/expansions" ]; then
echo "Moving expansions out in $repo_identifer"
mv workspace/$repo_identifer/expansions/* workspace/$repo_identifer/
rm -rf "workspace/$repo_identifer/expansions" || true
fi
current_path="$(pwd)" current_path="$(pwd)"
# check last commit date # check last commit date
......
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