mirror of
https://github.com/rancher/types.git
synced 2025-09-23 02:47:07 +00:00
apis
client
compose
config
factory
generator
image
mapper
package
peermanager
scripts
build
ci
entry
release
test
validate
version
status
user
vendor
.dockerignore
.drone.yml
.gitignore
Dockerfile.dapper
LICENSE
Makefile
README.md
main.go
vendor.conf
9 lines
64 B
Plaintext
9 lines
64 B
Plaintext
![]() |
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cd $(dirname $0)
|
||
|
|
||
|
./build
|
||
|
./test
|
||
|
./validate
|