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:
f42c45b
)
Wild card needed now that compass4nfv configs have been added
15/34515/1
author
agardner
<agardner@linuxfoundation.org>
Tue, 9 May 2017 18:32:34 +0000
(14:32 -0400)
committer
agardner
<agardner@linuxfoundation.org>
Tue, 9 May 2017 18:32:34 +0000
(14:32 -0400)
Change-Id: I490b7b1de44e7a04ea631ffa4808f633353f94c5
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
84907e5
..
57650ec
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 '
pod_config.yaml
.j2')
+ done < <(find installers/ -name '
*
.j2')
done