1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 06:11:12 +00:00
Files
os/scripts/ci

12 lines
103 B
Plaintext
Raw Normal View History

2016-05-06 10:12:09 -07:00
#!/bin/bash
set -e
2015-02-08 21:38:37 -07:00
2016-05-06 10:12:09 -07:00
cd $(dirname $0)
2015-02-08 21:38:37 -07:00
2016-05-06 10:12:09 -07:00
./build
./test
2016-09-15 16:52:06 -07:00
./validate
2016-05-06 10:12:09 -07:00
./prepare
./package
2016-05-23 14:15:38 -07:00
./integration-test