mirror of
https://github.com/rancher/os.git
synced 2025-06-20 12:11:56 +00:00
10 lines
154 B
Bash
Executable File
10 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
source $(dirname $0)/version
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
mkdir -p build
|
|
./bin/host_ros c generate < os-config.tpl.yml > build/os-config.yml
|