1
0
mirror of https://github.com/rancher/types.git synced 2025-06-26 21:51:33 +00:00
types/scripts/ci
2017-11-10 13:51:47 -07:00

10 lines
74 B
Bash
Executable File

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