remov files from rsync.
This commit is contained in:
@@ -13,6 +13,8 @@ git clone root@64.23.158.41:/var/repo/repository.git -b main dchadwick
|
||||
cd dchadwick
|
||||
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
|
||||
find . -mindepth 2 -type d -name ".git" -exec rm -rf {} +
|
||||
git add -A
|
||||
|
||||
@@ -15,3 +15,4 @@ web/modules/contrib
|
||||
web/themes/contrib
|
||||
web/sites/simpletest
|
||||
web/profiles/contrib
|
||||
web/sites/default/files
|
||||
|
||||
Reference in New Issue
Block a user