diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-17 18:37:27 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-17 20:10:52 +0100 |
commit | 0564f494fac437c511346a983eec3f21797a145f (patch) | |
tree | b6de95f764ed852df223f7d5f806e661e8053d91 /ansible | |
parent | 187395660ac100135b64a20b79a778bc7d091296 (diff) |
Fix BRANCH args in ansible.yml
Change-Id: Ic7db95470d510813949c059b2b573425446d2c34
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index ea556f59..fe6b1ff3 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -19,15 +19,15 @@ - name: build opnfv/functest-kubernetes-healthcheck containers: - name: functest-functest-kubernetes-healthcheck - ref_arg: BRANCH + ref_arg: path: docker/healthcheck - name: build containers containers: - name: functest-functest-kubernetes-smoke - ref_arg: BRANCH + ref_arg: path: docker/smoke - name: functest-functest-kubernetes-features - ref_arg: BRANCH + ref_arg: path: docker/features suites: - repo: opnfv |