Not sure.

This commit is contained in:
calcu1on
2025-09-01 22:21:19 -04:00
parent 4353602662
commit a6c7e99275
4 changed files with 4 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ echo "Copying local repo to build dir\n"
rsync -av --exclude-from="$LOCAL_REPO/scripts/rsync-exclude.txt" $LOCAL_REPO/ .
rm .gitignore
git rm --cached .gitignore
composer install --no-dev --prefer-dist --no-interaction
composer install --no-dev --prefer-dist --no-interaction --optimize-autoloader
find . -mindepth 2 -type d -name ".git" -exec rm -rf {} +
git add -A
git commit -m "Automated Artifact Build."