1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-27 03:18:28 +00:00
norman/scripts/ci
2017-10-11 22:48:07 -07:00

10 lines
74 B
Bash
Executable File

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