osbs-dev: fix fedora image stream command

This commit is contained in:
Adam Miller 2016-02-03 17:58:10 +00:00
parent 1ea229e496
commit d37e235972

View file

@ -114,5 +114,5 @@
service: name=docker state=started enabled=yes
- name: create fedora image stream for OpenShift
shell: 'cat <<"EOF" | oc create -f - { "apiVersion": "v1", "kind": "ImageStream", "metadata": { "name": "fedora" }, "spec": { "dockerImageRepository": "osbs-dev.fedorainfracloud.org:5000/fedora" } } EOF'
shell: 'echo { "apiVersion": "v1", "kind": "ImageStream", "metadata": { "name": "fedora" }, "spec": { "dockerImageRepository": "osbs-dev.fedorainfracloud.org:5000/fedora" } } | oc create -f -'
environment: "{{ osbs_environment }}"