mirror of
https://github.com/rancher/os.git
synced 2025-05-04 06:06:19 +00:00
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
|
#!/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
|