Files
k3s/scripts/ci
Darren Shepherd 9bb7c27c62 Initial Commit
2019-01-01 01:23:01 -07:00

10 lines
74 B
Bash
Executable File

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