1
0
mirror of https://github.com/rancher/rke.git synced 2025-06-25 06:53:02 +00:00
rke/scripts/ci
Alena Prokharchyk 60574a70bb Initial Commit
2017-10-25 17:02:49 -07:00

10 lines
74 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)
./build
./test
./validate
./package