From bddf218bd60dd610d6cf27bc9bed5a3a1e136dbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 9 Feb 2021 20:45:26 +0100 Subject: [PATCH] Fix former switch case ;; MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ib08018d3ed9094a461e3836814ce08ed2d5adb79 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 451b87006..93dc0ac4c 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -146,7 +146,7 @@ else build_arg="--build-arg {ref_arg}={ref}" fi - cd {path};; + cd {path} sudo docker build $build_arg \ --pull=false --no-cache --force-rm=true \ -t $image . -- 2.16.6