1
0
mirror of https://github.com/rancher/os.git synced 2025-06-19 19:51:55 +00:00
os/scripts/ci

12 lines
104 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
2016-05-23 21:15:38 +00:00
./integration-test