mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Refactor build scripts
This commit is contained in:
9
scripts/template
Executable file
9
scripts/template
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
Reference in New Issue
Block a user