1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-05 09:48:36 +01:00

Initial Commit

This commit is contained in:
Darren Shepherd
2016-05-26 20:00:15 -07:00
commit fd5da291c4
44 changed files with 2780 additions and 0 deletions

9
scripts/ci Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
cd $(dirname $0)
./build
./test
./validate
./package