diff options
author | 2022-01-07 09:26:22 +0000 | |
---|---|---|
committer | 2022-01-07 09:26:22 +0000 | |
commit | 5bd0359742f4850a9599986f7fb2faa304d21e58 (patch) | |
tree | 123d59e407392443be4ba5f0a3f6ea5e3f001a1a /jjb | |
parent | 3d71ac673616e3267b036126ae8794dbac989b8f (diff) | |
parent | bb0c8c6d35d22e8c89efdc6a8fa500af73874281 (diff) |
Merge "Patch ansible role for docker creds"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 6de371e23..6c7290d2a 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -25,6 +25,7 @@ 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 + (cd ~/.ansible/roles/collivier.xtesting; patch -p1 < tests/docker_config_json.patch) ansible-galaxy collection install -f -r ~/.ansible/roles/collivier.xtesting/requirements.yml ansible-playbook -vvvv ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml |