From 492c28556906ef83b8fd300ad71003dd7b0c0560 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 8 Sep 2021 15:50:39 +0200 Subject: [PATCH] nit: make it bash MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ie8e15455db59ac57cd5dc9552ee575b8a0a8ebab Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 39d685658..6de371e23 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -22,8 +22,8 @@ stable) ansible-galaxy install -f collivier.xtesting ;; *) - ansible-galaxy install -f git+https://github.com/collivier/ansible-role-xtesting.git,{release} ;; - mv ~/.ansible/roles/ansible-role-xtesting ~/.ansible/roles/collivier.xtesting + ansible-galaxy install -f git+https://github.com/collivier/ansible-role-xtesting.git,{release} + mv ~/.ansible/roles/ansible-role-xtesting ~/.ansible/roles/collivier.xtesting ;; esac ansible-galaxy collection install -f -r ~/.ansible/roles/collivier.xtesting/requirements.yml ansible-playbook -vvvv ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml -- 2.16.6