From 2c5b8bf0fcef9fcb211c2879918080afb72f0ef2 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Mon, 18 Nov 2024 17:56:59 +0100 Subject: [PATCH] revert --- .scripts/run_osx_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index 04987b1bd3f5d..a1dfab000471a 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -81,7 +81,7 @@ if [ "${CI:-}" != "" ]; then git fetch --force origin main:main fi shopt -s extglob dotglob -# git ls-tree --name-only main -- !(example|example-v1) | xargs -I {} sh -c "rm -rf {} && echo Removing recipe: {}" +git ls-tree --name-only main -- !(example|example-v1) | xargs -I {} sh -c "rm -rf {} && echo Removing recipe: {}" shopt -u extglob dotglob popd > /dev/null echo ""