mirror of
https://github.com/rancher/os.git
synced 2025-07-14 23:39:03 +00:00
9 lines
66 B
Plaintext
9 lines
66 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cd $(dirname $0)
|
||
|
|
||
|
./test
|
||
|
./validate
|
||
|
./package
|