summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2023-10-19 09:56:53 +0000
committerGerrit Code Review <gerrit@opnfv.org>2023-10-19 09:56:53 +0000
commit8f421799c07dc1957fdd23dd8c355ec1ccf65642 (patch)
treea233d95191597bf309d2502dd30eca446a5a2d72
parenta7c4b42c835048599ce24c6d2ab03205bd7c6a50 (diff)
parentef6d7e3fdcdce5f9aa2681f7f130767068d8f582 (diff)
Merge "nit: remove duplicate"
-rw-r--r--jjb/functest/xtesting-ci-vm.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/xtesting-ci-vm.yaml b/jjb/functest/xtesting-ci-vm.yaml
index cef67be16..a349700bd 100644
--- a/jjb/functest/xtesting-ci-vm.yaml
+++ b/jjb/functest/xtesting-ci-vm.yaml
@@ -13,7 +13,7 @@
- shell: |
DEBIAN_FRONTEND=noninteractive sudo apt-get \
-o DPkg::Lock::Timeout=300 install python3-diskimage-builder -y
- export ELEMENTS_PATH=$(pwd)/xtesting-ci-vm/elements
+ export ELEMENTS_PATH=$(pwd)/elements
export DIB_DEBIAN_COMPONENTS=main,contrib,non-free
export DIB_DEV_USER_SHELL=/bin/bash
export DIB_OPENSSH_SERVER_HARDENING=0