1
0
mirror of https://github.com/rancher/os.git synced 2025-06-23 05:27:03 +00:00
os/scripts/ci

11 lines
85 B
Plaintext
Raw Normal View History

2016-05-06 17:12:09 +00:00
#!/bin/bash
set -e
2015-02-09 04:38:37 +00:00
2016-05-06 17:12:09 +00:00
cd $(dirname $0)
2015-02-09 04:38:37 +00:00
2016-05-06 17:12:09 +00:00
./build
./test
#./validate
./prepare
./package