add domain validation
This commit is contained in:
parent
806e1eb02d
commit
63409f03a9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class DevopsFactory():
|
|||
|
||||
devops = Devops(input, specialized_build=specialized_build)
|
||||
|
||||
# TODO: validate devops
|
||||
devops.throw_if_invalid()
|
||||
|
||||
return devops
|
||||
|
||||
|
|
Loading…
Reference in a new issue