1
0
mirror of https://github.com/rancher/rke.git synced 2025-05-03 13:57:21 +00:00
rke/scripts/ci
2021-06-12 14:03:47 +02:00

11 lines
88 B
Bash
Executable File

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