git/sync_template: exclude infra-lido

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-09-24 14:06:08 +02:00
parent 454ad109c8
commit 27a1e3abeb
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ shift
for DIR in $(ls -d ~/work/infra-*); do
[[ "${DIR}" =~ .*/infra-role-.*$ ]] && continue
[[ "${DIR}" =~ .*/infra-tf-.*$ ]] && continue
[[ "${DIR}" =~ .*/infra-(utils|pass)$ ]] && continue
[[ "${DIR}" =~ .*/infra-(lido|utils|pass)$ ]] && continue
echo '---------------------------------'
pushd "${DIR}"
git reset