From: Cédric Ollivier Date: Sat, 21 Oct 2023 16:22:44 +0000 (+0200) Subject: typo " X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F74204%2F1;p=releng.git typo " Change-Id: Ib6d61779fdd75b915b5530ccd0297aff511ffe92 Signed-off-by: Cédric Ollivier --- 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