add --no-cache to osbs buildroot docker build command

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-06-17 20:31:02 +00:00
parent ed2ebacfe7
commit a094a4ce11

View file

@ -225,7 +225,7 @@
handlers:
- name: buildroot container
shell: 'docker build --rm -t buildroot /etc/osbs/buildroot/'
shell: 'docker build --no-cache --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 }}"