# Check coreboot as well to prevent errors during building
if [ -d coreboot ]; then
cd coreboot
set_placeholder
cd -
for x in coreboot/*; do
if [ ! -d "${x}" ]; then
continue
fi
cd "${x}"
set_placeholder
cd -
done
fi
fi
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.