chore: add config submodule and update render script

This commit is contained in:
Dan Anglin 2022-11-21 17:31:28 +00:00
parent 0609c7d070
commit 163ae108e6
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "config"]
path = config
url = ssh://codeflow/flow/config.git

View file

@ -6,7 +6,7 @@ set -o pipefail
directory=$1 directory=$1
export $(xargs < ./config/flow-platform.cfg) export $(xargs < ./config/flow-platform-services.cfg)
mkdir -p build/${directory} mkdir -p build/${directory}
for i in $(find "./templates/${directory}" -mindepth 1 -type f); do for i in $(find "./templates/${directory}" -mindepth 1 -type f); do

1
config Submodule

@ -0,0 +1 @@
Subproject commit dd9694baf20bcf5f0898962bd074c1563021eabf