diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2023-10-21 16:27:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2023-10-21 16:27:22 +0000 |
commit | 686cb258d6c9b6c2f60836a60b49835ab2c4e8cd (patch) | |
tree | 5e131e1d598bfd2ee93ee2ab8e94a17fe7d28923 | |
parent | 014256ec73458eb5fb9fe544084f00d584118283 (diff) | |
parent | 6f0373246ec4a8c8470212c07d09ffb97f53ad2f (diff) |
Merge "typo ""
-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 |