Not anymore used (#7802)

This commit is contained in:
Maurizio Vitale
2022-08-31 13:28:23 +01:00
committed by GitHub
parent 109e99786b
commit b2ac4b4169

View File

@@ -79,13 +79,6 @@ if [ $PACKAGE == 'adf-core' ]; then
echo "prebuilt-theme ok!" echo "prebuilt-theme ok!"
fi fi
if [ ! -f package/'app.config.schema.json' ]; then
error_out '31;1' "$PACKAGE schema not found!" >&2
exit 1
else
echo "schema ok!"
fi
fi fi
if [ $PACKAGE != 'adf-testing' ]; then if [ $PACKAGE != 'adf-testing' ]; then