1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00
Files
os/scripts/ci
Darren Shepherd 9e73976a9e Make tests run
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