From 9156b12831162f63453d75376d8db0074266c658 Mon Sep 17 00:00:00 2001 From: agardner Date: Tue, 9 May 2017 14:32:34 -0400 Subject: Wild card needed now that compass4nfv configs have been added Change-Id: I490b7b1de44e7a04ea631ffa4808f633353f94c5 Signed-off-by: agardner --- jjb/securedlab/check-jinja2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb') diff --git a/jjb/securedlab/check-jinja2.sh b/jjb/securedlab/check-jinja2.sh index 84907e5eb..57650ec28 100755 --- 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 -- cgit 1.2.3-korg