mirror of
https://github.com/rancher/os.git
synced 2025-06-20 12:11:56 +00:00
12 lines
104 B
Bash
Executable File
12 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
./build
|
|
./test
|
|
#./validate
|
|
./prepare
|
|
./package
|
|
./integration-test
|