mirror of
https://github.com/rancher/types.git
synced 2025-04-30 11:23:19 +00:00
9 lines
64 B
Plaintext
9 lines
64 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cd $(dirname $0)
|
||
|
|
||
|
./build
|
||
|
./test
|
||
|
./validate
|