1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 15:06:23 +00:00
Files
rke/scripts/ci

11 lines
88 B
Plaintext
Raw Normal View History

2017-10-25 17:02:49 -07:00
#!/bin/bash
set -e
cd $(dirname $0)
2021-06-12 14:03:47 +02:00
./validate
2017-10-25 17:02:49 -07:00
./build
./test
2019-01-07 13:58:48 -06:00
./integration
2017-10-25 17:02:49 -07:00
./package