mirror of
https://github.com/rancher/rke.git
synced 2025-06-27 15:59:37 +00:00
8 lines
60 B
Plaintext
8 lines
60 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cd $(dirname $0)
|
||
|
|
||
|
./build
|
||
|
./integration
|