#!/bin/bash
set -e
cd $(dirname $0)
if ./only-ui-bumps.sh; then
./build
./package
./chart/ci
exit 0
fi
./validate
./test