aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
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:11:37 +0100
commitfdf4fb09c6f7d0e6e35a01796ef4a4ee84a51491 (patch)
treebee777aa753de46e98fdae8c63c2ab5a3ec01fde /ansible
parente8a4b9ec0d6fb63859ff2707d1cade121931bde6 (diff)
Fix BRANCH args in ansible.yml
Change-Id: Ic7db95470d510813949c059b2b573425446d2c34 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 0564f494fac437c511346a983eec3f21797a145f)
Diffstat (limited to 'ansible')
-rw-r--r--ansible/site.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/site.yml b/ansible/site.yml
index b4aa6726..437c10b4 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