mirror of
https://github.com/rancher/k3k.git
synced 2026-03-03 02:00:38 +00:00
12 lines
100 B
Bash
Executable File
12 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
./build
|
|
./build-cli
|
|
./test
|
|
./validate
|
|
./validate-ci
|
|
./package
|