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