prometheus-federator/scripts/ci

11 lines
96 B
Bash
Executable File

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