mirror of
https://github.com/rancher/rke.git
synced 2025-05-03 13:57:21 +00:00
11 lines
88 B
Bash
Executable File
11 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
./validate
|
|
./build
|
|
./test
|
|
./integration
|
|
./package
|