1
0
mirror of https://github.com/rancher/os.git synced 2025-06-22 04:57:04 +00:00
os/scripts/ci
2016-05-06 10:58:54 -07:00

11 lines
85 B
Bash
Executable File

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