update buildroot container handler command
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
ee41e448df
commit
33f6b58f93
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue