summaryrefslogtreecommitdiffstats
path: root/jjb/functest/xtesting-ci.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-09-08 15:50:39 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2021-09-08 16:14:37 +0200
commit492c28556906ef83b8fd300ad71003dd7b0c0560 (patch)
treedc0572debc38526951dbfd93c55701f23114b484 /jjb/functest/xtesting-ci.yaml
parenta160209d141c36635f10af4db2d03cd97ec8ecdc (diff)
nit: make it bash
Change-Id: Ie8e15455db59ac57cd5dc9552ee575b8a0a8ebab Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/xtesting-ci.yaml')
-rw-r--r--jjb/functest/xtesting-ci.yaml4
1 files 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