mirror of
https://github.com/rancher/rke.git
synced 2025-07-25 20:38:04 +00:00
10 lines
74 B
Plaintext
10 lines
74 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cd $(dirname $0)
|
||
|
|
||
|
./build
|
||
|
./test
|
||
|
./validate
|
||
|
./package
|