Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 18, 2024
1 parent 7bc6db1 commit 2c5b8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit 2c5b8bf

Please sign in to comment.