diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 62258c7..0aa8fd8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -39,8 +39,9 @@ jobs: git fetch origin ${{ github.ref_name }} git reset --hard origin/${{ github.ref_name }} git submodule update --init --recursive - # Copy sibling app models for cross-domain imports (read from git objects to avoid race conditions) + # Copy sibling app models for cross-domain imports (skip self to avoid duplicate table defs) for sibling in blog market cart events; do + [ \"\$sibling\" = \"${{ env.IMAGE }}\" ] && continue rm -rf \$sibling/__init__.py \$sibling/models repo=/root/rose-ash/\$sibling if [ -d \$repo/.git ]; then