From 0564f494fac437c511346a983eec3f21797a145f 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 --- 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 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 -- cgit 1.2.3-korg