mirror of
https://github.com/rancher/cli.git
synced 2026-02-05 09:48:36 +01:00
Initial Commit
This commit is contained in:
9
scripts/ci
Executable file
9
scripts/ci
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
./build
|
||||
./test
|
||||
./validate
|
||||
./package
|
||||
Reference in New Issue
Block a user