1
0
mirror of https://github.com/rancher/os.git synced 2025-06-20 12:11:56 +00:00
os/scripts/ci
2016-05-23 14:15:38 -07:00

12 lines
104 B
Bash
Executable File

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