summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2025-03-15 16:48:54 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2025-03-15 16:48:54 +0100
commit333fd2fd83e30492c562ed163c192a4c9111f18b (patch)
tree913139c8561780e00833020e4b590766c9a3cd12 /jjb
parent12c5e516cfe4337a45a89ff0c6fd6d9a88f45be3 (diff)
nit: fix typo
Change-Id: I9f506426d8d8163ecbdd963d1dec2b889c68836e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/functest/xtesting-ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml
index 717f8a266..044060dcf 100644
--- a/jjb/functest/xtesting-ci.yaml
+++ b/jjb/functest/xtesting-ci.yaml
@@ -392,7 +392,7 @@
ansible-galaxy collection install community.kubernetes && \
case {alpine} in \
"3.18") \
- [ -z "$VIRTUAL_ENV" ] && apk add ansible git ;; \
+ [ -z "$VIRTUAL_ENV" ] && apk add ansible git && \
ansible-galaxy collection install -f community.docker ;; \
"3.19") \
[ -z "$VIRTUAL_ENV" ] && apk add ansible git && \