check bundle adf-insight

This commit is contained in:
Eugenio Romano 2017-11-16 18:04:56 +00:00
parent c74c6e960e
commit 303d016615

View File

@ -5,7 +5,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
eval VERSION="" eval VERSION=""
eval projects=( "adf-core" eval projects=( "adf-core"
"insights" "adf-insights"
"adf-content-services" "adf-content-services"
"adf-process-services" ) "adf-process-services" )
@ -60,7 +60,6 @@ do
if [ ! -f package/bundles/$PACKAGE.js ]; then if [ ! -f package/bundles/$PACKAGE.js ]; then
error_out '31;1' "$PACKAGE bundles not found!" >&2 error_out '31;1' "$PACKAGE bundles not found!" >&2
cd $DIR cd $DIR
rm -rf temp
exit 1 exit 1
else else
echo "bundles ok!" echo "bundles ok!"