aboutsummaryrefslogtreecommitdiff
path: root/schneider-openembedded
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2019-12-30 12:48:49 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2019-12-30 12:50:34 +0000
commit6e440759522f72124f8a6f2f4301559b933b0001 (patch)
treebffb8a149ccf74c6033969af2562619ddd30766b /schneider-openembedded
parent1aee23ee5a567f3e1ee41667ecfbdaf0531006fe (diff)
se: use template variable in loop
Fix a mistake where the same YAML was being submitted in each iteration of the loop. Change-Id: Icd5efd5428ae261246b41896bd0f5cadb22f65bf Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'schneider-openembedded')
-rwxr-xr-xschneider-openembedded/submit_for_testing.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/schneider-openembedded/submit_for_testing.sh b/schneider-openembedded/submit_for_testing.sh
index b8208e67..1e828c57 100755
--- a/schneider-openembedded/submit_for_testing.sh
+++ b/schneider-openembedded/submit_for_testing.sh
@@ -48,5 +48,5 @@ do
--qa-server-project ${QA_SERVER_PROJECT} \
--git-commit ${MANIFEST_COMMIT} \
--template-path configs/schneider-openembedded/lava-job-definitions/ \
- --template-names uboot.yaml
+ --template-names ${template}
done