mirror of
https://github.com/rancher/rke.git
synced 2025-04-27 19:25:44 +00:00
10 lines
74 B
Bash
Executable File
10 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
./validate
|
|
./build
|
|
./test
|
|
./package
|