#!/bin/bash
set -e
cd $(dirname $0)
./build
./test
./validate
./validate-ci
./package
./package-helm
./test-helm