ob-charts-tool/scripts/ci

11 lines
101 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)
echo "Starting CI for scc-operator"
./build
./test
./validate