Skip to content
This repository was archived by the owner on Jan 19, 2018. It is now read-only.

Commit 0ed4f1c

Browse files
committed
Raise an error when rolling back an application deployment. Fixes #421
1 parent 1bdd309 commit 0ed4f1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

atomicapp/nulecule/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ def run(self, cli_provider, answers_output, ask,
250250
logger.debug('Nulecule run error: %s' % e, exc_info=True)
251251
logger.info('Rolling back changes')
252252
self.stop(cli_provider, ignore_errors=True, **kwargs)
253+
raise NuleculeException()
253254

254255
def stop(self, cli_provider, ignore_errors=False, **kwargs):
255256
"""

0 commit comments

Comments
 (0)