playbooks/groups/osbs-master.yml: add tag for buildroot rebuild handler
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
9dc64550a1
commit
dbd05c8041
1 changed files with 2 additions and 0 deletions
|
@ -250,6 +250,8 @@
|
|||
handlers:
|
||||
- name: buildroot container
|
||||
shell: 'docker build --no-cache --rm -t buildroot /etc/osbs/buildroot/'
|
||||
tags:
|
||||
- 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