update buildroot container handler command

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-06-17 19:36:29 +00:00
parent ee41e448df
commit 33f6b58f93

View file

@ -225,7 +225,7 @@
handlers:
- name: buildroot container
shell: atomic-reactor create-build-image --reactor-tarball-path /usr/share/atomic-reactor/atomic-reactor.tar.gz /etc/osbs/buildroot/ buildroot
shell: 'docker build --rm -t buildroot /etc/osbs/buildroot/'
- name: oc secrets new
shell: "oc secrets new koji cert={{ koji_cert_path }} ca={{ koji_ca_cert_path }} serverca={{ koji_ca_cert_path }}"