chore: add config submodule and update render script
This commit is contained in:
parent
0609c7d070
commit
163ae108e6
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "config"]
|
||||
path = config
|
||||
url = ssh://codeflow/flow/config.git
|
|
@ -6,7 +6,7 @@ set -o pipefail
|
|||
|
||||
directory=$1
|
||||
|
||||
export $(xargs < ./config/flow-platform.cfg)
|
||||
export $(xargs < ./config/flow-platform-services.cfg)
|
||||
mkdir -p build/${directory}
|
||||
|
||||
for i in $(find "./templates/${directory}" -mindepth 1 -type f); do
|
||||
|
|
1
config
Submodule
1
config
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit dd9694baf20bcf5f0898962bd074c1563021eabf
|
Loading…
Reference in a new issue