Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4cd8a1e
)
Change name of pod jinja file to reduce confusion
79/34379/1
author
agardner
<agardner@linuxfoundation.org>
Fri, 5 May 2017 18:34:47 +0000
(14:34 -0400)
committer
agardner
<agardner@linuxfoundation.org>
Fri, 5 May 2017 18:35:15 +0000
(14:35 -0400)
Change-Id: I353b8d96709fb149aa4574ecd0f0b06439770652
Signed-off-by: agardner <agardner@linuxfoundation.org>
jjb/securedlab/check-jinja2.sh
patch
|
blob
|
history
diff --git
a/jjb/securedlab/check-jinja2.sh
b/jjb/securedlab/check-jinja2.sh
index
1ad9ef2
..
84907e5
100755
(executable)
--- a/
jjb/securedlab/check-jinja2.sh
+++ b/
jjb/securedlab/check-jinja2.sh
@@
-5,5
+5,5
@@
for lab_configs in $(find labs/ -name 'pod.yaml'); do
while IFS= read -r jinja_templates; do
echo "./utils/generate_config.py -y $lab_configs -j $jinja_templates"
./utils/generate_config.py -y $lab_configs -j $jinja_templates
- done < <(find installers/ -name '
labconfig.yaml
')
+ done < <(find installers/ -name '
pod_config.yaml.j2
')
done