k3s/scripts/ci
2019-01-01 01:23:01 -07:00

9 lines
74 B
Bash
Executable file

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