From 448803d6d99a86d7fbac8ff1af7ffd707d761a3b Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 9 Mar 2021 14:55:12 -0500 Subject: [PATCH] Fix: system-tests: missing space Signed-off-by: Jonathan Rajotte --- scripts/system-tests/template_lava_job.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index 95ec1eb..9e8694f 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -86,7 +86,7 @@ actions: - ln -s {{ vlttng_path }} /root/lttngvenv - sync from: inline - name:vlttng-env-setup-inline + name: vlttng-env-setup-inline path: inline/x86-env-setup.yaml {% if test_type == TestType.baremetal_tests %} - repository: https://github.com/lttng/lttng-ci.git -- 2.34.1