1
0
mirror of https://github.com/rancher/rke.git synced 2025-05-07 07:47:41 +00:00
rke/scripts/ci

11 lines
88 B
Plaintext
Raw Permalink Normal View History

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