aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-01-17 18:37:27 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-01-17 20:10:52 +0100
commit0564f494fac437c511346a983eec3f21797a145f (patch)
treeb6de95f764ed852df223f7d5f806e661e8053d91
parent187395660ac100135b64a20b79a778bc7d091296 (diff)
Fix BRANCH args in ansible.yml
Change-Id: Ic7db95470d510813949c059b2b573425446d2c34 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--ansible/site.yml6
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