1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-26 02:48:52 +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