1
0
mirror of https://github.com/rancher/rke.git synced 2025-06-26 23:40:06 +00:00
rke/scripts/ci

10 lines
74 B
Plaintext
Raw Normal View History

2017-10-26 00:02:49 +00:00
#!/bin/bash
set -e
cd $(dirname $0)
./build
./test
./validate
./package