Refuse to sign-and-import unless really intended
This is to force people to use the new infra tags Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
57b53ffa93
commit
bd754cae62
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
- testing: False
|
||||
|
||||
tasks:
|
||||
- fail: msg="Please use the infra tags from now on"
|
||||
when: no_use_infratags is not defined
|
||||
|
||||
- fail: msg="Please specify rhel version with rhel=6/7"
|
||||
when: rhel is not defined
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue