mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
9 lines
103 B
Bash
Executable File
9 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
./test
|
|
./validate
|
|
IMAGE_TARGETS=${IMAGE_TARGETS:-qcow} ./package
|