diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-09-08 15:50:39 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-09-08 16:14:37 +0200 |
commit | 492c28556906ef83b8fd300ad71003dd7b0c0560 (patch) | |
tree | dc0572debc38526951dbfd93c55701f23114b484 /jjb/functest | |
parent | a160209d141c36635f10af4db2d03cd97ec8ecdc (diff) |
nit: make it bash
Change-Id: Ie8e15455db59ac57cd5dc9552ee575b8a0a8ebab
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 4 |
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 |