'name' is no longer valid

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-16 23:49:13 +02:00
parent 3fd13202c8
commit 8de476d74d

View file

@ -1,3 +1,3 @@
- name: Run `oc start-build`
shell: oc -n {{app}} start-build {{name}}
shell: oc -n {{app}} start-build {{buildname}}
run_once: true