From 18321aac4b1abbaef0c5b1c1645bffc7c02ed2ff Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 17 Jan 2019 18:37:27 +0100 Subject: Fix BRANCH args in ansible.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic7db95470d510813949c059b2b573425446d2c34 Signed-off-by: Cédric Ollivier (cherry picked from commit 0564f494fac437c511346a983eec3f21797a145f) --- ansible/site.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ansible') diff --git a/ansible/site.yml b/ansible/site.yml index d3efded5..196d1fbf 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -22,15 +22,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 -- cgit 1.2.3-korg