From: Cédric Ollivier Date: Thu, 17 Jan 2019 17:37:27 +0000 (+0100) Subject: Fix BRANCH args in ansible.yml X-Git-Tag: opnfv-9.0.0~12 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F66465%2F2;p=functest-kubernetes.git Fix BRANCH args in ansible.yml Change-Id: Ic7db95470d510813949c059b2b573425446d2c34 Signed-off-by: Cédric Ollivier --- 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