[bug] fixing repo delete
- remove exception for repo delete
This commit is contained in:
committed by
gardlt
parent
96661239cb
commit
775a284716
@@ -101,6 +101,9 @@ class Armada(object):
|
||||
raise tiller_exceptions.TillerServicesUnavailableException()
|
||||
if not lint.validate_armada_documents(self.documents):
|
||||
raise lint_exceptions.InvalidManifestException()
|
||||
|
||||
self.config = self.get_armada_manifest()
|
||||
|
||||
if not lint.validate_armada_object(self.config):
|
||||
raise lint_exceptions.InvalidArmadaObjectExceptionl()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user