diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-10-21 18:22:44 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-10-21 18:22:44 +0200 |
commit | 6f0373246ec4a8c8470212c07d09ffb97f53ad2f (patch) | |
tree | 73a402ac8cf1a6bf34a8c211c82a72d50568ee4c /jjb | |
parent | db794ab6fbc2dc3d80e1fbce2667cb92f9c97077 (diff) |
typo "
Change-Id: Ib6d61779fdd75b915b5530ccd0297aff511ffe92
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting-ci-vm.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |