From 6f0373246ec4a8c8470212c07d09ffb97f53ad2f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 21 Oct 2023 18:22:44 +0200 Subject: typo " MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib6d61779fdd75b915b5530ccd0297aff511ffe92 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci-vm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/functest') diff --git a/jjb/functest/xtesting-ci-vm.yaml b/jjb/functest/xtesting-ci-vm.yaml index 71222d8a0..9d5d92898 100644 --- a/jjb/functest/xtesting-ci-vm.yaml +++ b/jjb/functest/xtesting-ci-vm.yaml @@ -49,7 +49,7 @@ sudo apt-get -o DPkg::Lock::Timeout=300 update && \ DEBIAN_FRONTEND=noninteractive sudo apt-get \ -o DPkg::Lock::Timeout=300 install python3-diskimage-builder -y - if [ "{project}"" == "xtestingci" ]; then + if [ "{project}" == "xtestingci" ]; then export ELEMENTS_PATH=$(pwd)/elements else git clone https://github.com/collivier/ansible-role-xtesting.git -- cgit 1.2.3-korg